Color Hex Logo

#b00587 Color Hex

#B00587
(176,5,135)
0 Favorites   0 Comments

Color spaces of #b00587

RGB 1765135
HSL0.870.940.35
HSV314°97°69°
CMYK 0.000.970.23   0.31
XYZ22.331911.087923.8848
Yxy11.08790.38970.1935
Hunter Lab33.298561.4401-19.2194
CIE-Lab39.728168.3238-24.5364

#b00587 color RGB value is (176,5,135).

#b00587 hex color red value is 176, green value is 5 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b00587 hue: 0.87 , saturation: 0.94 and the lightness value of b00587 is 0.35.

The process color (four color CMYK) of #b00587 color hex is 0.00, 0.97, 0.23, 0.31. Web safe color of #b00587 is #990099. Color #b00587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000101 10000111
Octal 260 5 207
Decimal 176 5 135
Hex B0 5 87

RGB Percentages of Color #b00587

%55.70
%1.58
%42.72

CMYK Percentages of Color #b00587

%0
%97
%23
%31

Triadic Colors of #b00587

#b00587 #87b005 #0587b0

Analogous Colors of #b00587

#b00587 #b00532 #8405b0

Monochromatic Colors of #b00587

#b00587

Complementary Color

#b00587 #05b02e

#b00587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00587 Color CSS Codes

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

#b00587 Text Font Color

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

This sample text font color is #b00587
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.


#b00587 Background Color

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

This div background color is #b00587


#b00587 Border Color

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

This div border color is #b00587


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,5,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b00587; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b00587;
  -webkit-box-shadow: 1px 1px 3px 2px #b00587;
  box-shadow:         1px 1px 3px 2px #b00587; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,5,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00587


Comments

No comments written yet.

Please login to write comment.