Color: #B25E7E

#B25E7E Color Information

#B25E7E is a dark color. The closest websafe version is #B25E7E. A complement of this color would be #5DB191, perceived brightness is 0.48, and the grayscale version is #888888.

In the HSL color space, this color has a hue angle of 337°,a saturation of 35%, and a lightness of 53%.The HSV representation shows a hue of 337°, a saturation of 47%, and a value of 70%.

In a RGB color space, #B25E7E is composed of 70% red, 37% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 29% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 19.19, x: 0.4273, and y: 0.3070.

Color Code #B25E7E

#B25E7Ergb(178, 94, 126)
HEX
#B25E7E
RGB
rgb(178, 94, 126)
HSL
hsl(337, 35%, 53%)
HSV
hsv(337, 47%, 70%)
CMYK
0%, 47%, 29%, 30%
XYZ
X: 26.71, Y: 19.19, Z: 16.61
Lab
L: 50.91, a: 37.51, b: -1.83
Name

Shades of Color #B25E7E

Shades are created by darkening the original color #B25E7E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B25E7E

Tints are created by lightening the original color #B25E7E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#B25E7Ergb(178, 94, 126)

About #B25E7E Color Code

In the HSL color space, this color has a hue angle of 337°, a saturation of 35%, and a lightness of 53%. The HSV representation shows a hue of 337°, a saturation of 47%, and a value of 70%.

  • HEX: #B25E7E
  • RGB: rgb(178, 94, 126)
  • HSL: hsl(337, 35%, 53%)
  • HSV: hsv(337, 47%, 70%)
  • CMYK: 0.00% cyan, 47.00% magenta, 29.00% yellow, 30.00% black
  • XYZ: 26.71, 19.19, 16.61
  • Yxy: 19.19, 0.4273, 0.3070
  • Hunter Lab: 50.91, 37.51, -1.83
  • CIE-Lab: 50.91, 37.51, -1.83

In the XYZ color space, this color is represented as X: 26.71, Y: 19.19, Z: 16.61. The Yxy representation further refines this as Y: 19.19, x: 0.4273, and y: 0.3070.

In the Hunter Lab color space, this color is represented as L: 50.91, a: 37.51, and b: -1.83. Similarly, in the CIE-Lab color space, it is represented as L: 50.91, a: 37.51, and b: -1.83.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B25E7E

Triadic colors are three colors evenly spaced around the color wheel, including #B25E7E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B25E7E

Analogous colors are adjacent to #B25E7E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #B25E7E

Monochromatic colors are variations of #B25E7E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B25E7E

The complementary color of #B25E7E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B25E7E

/* Using HEX */
body {
  background-color: #b25e7e;
}
/* Using RGB */
body {
  background-color: rgb(178, 94, 126);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 94, 126, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(337, 35%, 53%);
}
/* Text color */
p {
  color: #b25e7e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b25e7e;
}
/* Border color */
.box {
  border: 4px solid #b25e7e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b25e7e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b25e7e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B25E7E
On Black Background
#B25E7E
On White Background
#B25E7E

HTML Examples of #B25E7E

<!-- Using HEX -->
<div style="background-color: #b25e7e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(178, 94, 126); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(178, 94, 126, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(337, 35%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b25e7e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b25e7e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b25e7e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b25e7e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b25e7e; color: #fff; padding: 16px; border-radius: 8px;">
  #B25E7E
</div>
#B25E7E
On Black Background
#B25E7E
On White Background
#B25E7E

Related Colors of #B25E7E

These colors are similar to #B25E7E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.