Color Hex Logo

#b5087a Color Hex

#B5087A
(181,8,122)
0 Favorites   0 Comments

Color spaces of #b5087a

RGB 1818122
HSL0.890.920.37
HSV320°96°71°
CMYK 0.000.960.33   0.29
XYZ22.655711.402619.4192
Yxy11.40260.42360.2132
Hunter Lab33.767760.6670-10.4592
CIE-Lab40.250467.5564-15.5945

#b5087a color RGB value is (181,8,122).

#b5087a hex color red value is 181, green value is 8 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b5087a hue: 0.89 , saturation: 0.92 and the lightness value of b5087a is 0.37.

The process color (four color CMYK) of #b5087a color hex is 0.00, 0.96, 0.33, 0.29. Web safe color of #b5087a is #cc0066. Color #b5087a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001000 01111010
Octal 265 10 172
Decimal 181 8 122
Hex B5 8 7A

RGB Percentages of Color #b5087a

%58.20
%2.57
%39.23

CMYK Percentages of Color #b5087a

%0
%96
%33
%29

Triadic Colors of #b5087a

#b5087a #7ab508 #087ab5

Analogous Colors of #b5087a

#b5087a #b50823 #9a08b5

Monochromatic Colors of #b5087a

#b5087a

Complementary Color

#b5087a #08b543

#b5087a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5087a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5087a Color CSS Codes

.mybgcolor {background-color:#b5087a; } 
.myforecolor {color:#b5087a; }
.mybordercolor {border:3px solid #b5087a; }

#b5087a Text Font Color

<p style="color:#b5087a">Text here</p>

This sample text font color is #b5087a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b5087a Background Color

<div style="background-color:#b5087a">
Div content here</div>

This div background color is #b5087a


#b5087a Border Color

<div style="border:3px solid #b5087a">
Div here</div>

This div border color is #b5087a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,8,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5087a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5087a;
  -webkit-box-shadow: 1px 1px 3px 2px #b5087a;
  box-shadow:         1px 1px 3px 2px #b5087a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,8,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5087a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5087a;
  -webkit-box-shadow: 1px 1px 3px 2px #b5087a;
  box-shadow:         1px 1px 3px 2px #b5087a;">
Div content here</div>

This div box has shadow with color #b5087a


Comments

No comments written yet.

Please login to write comment.