Color Hex Logo

#b80387 Color Hex

#B80387
(184,3,135)
0 Favorites   0 Comments

Color spaces of #b80387

RGB 1843135
HSL0.880.970.37
HSV316°98°72°
CMYK 0.000.980.27   0.28
XYZ24.172912.004723.9648
Yxy12.00470.40190.1996
Hunter Lab34.647863.9013-16.7556
CIE-Lab41.223670.1332-22.0926

#b80387 color RGB value is (184,3,135).

#b80387 hex color red value is 184, green value is 3 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b80387 hue: 0.88 , saturation: 0.97 and the lightness value of b80387 is 0.37.

The process color (four color CMYK) of #b80387 color hex is 0.00, 0.98, 0.27, 0.28. Web safe color of #b80387 is #cc0099. Color #b80387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000011 10000111
Octal 270 3 207
Decimal 184 3 135
Hex B8 3 87

RGB Percentages of Color #b80387

%57.14
%0.93
%41.93

CMYK Percentages of Color #b80387

%0
%98
%27
%28

Triadic Colors of #b80387

#b80387 #87b803 #0387b8

Analogous Colors of #b80387

#b80387 #b8032d #8f03b8

Monochromatic Colors of #b80387

#b80387

Complementary Color

#b80387 #03b834

#b80387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80387 Color CSS Codes

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

#b80387 Text Font Color

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

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


#b80387 Background Color

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

This div background color is #b80387


#b80387 Border Color

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

This div border color is #b80387


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,3,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 #b80387">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80387


Comments

No comments written yet.

Please login to write comment.