Color Hex Logo

#b80870 Color Hex

#B80870
(184,8,112)
0 Favorites   0 Comments

Color spaces of #b80870

RGB 1848112
HSL0.900.920.38
HSV325°96°72°
CMYK 0.000.960.39   0.28
XYZ22.778611.533916.3549
Yxy11.53390.44960.2276
Hunter Lab33.961660.2901-4.7792
CIE-Lab40.465567.1889-8.9602

#b80870 color RGB value is (184,8,112).

#b80870 hex color red value is 184, green value is 8 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b80870 hue: 0.90 , saturation: 0.92 and the lightness value of b80870 is 0.38.

The process color (four color CMYK) of #b80870 color hex is 0.00, 0.96, 0.39, 0.28. Web safe color of #b80870 is #cc0066. Color #b80870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001000 01110000
Octal 270 10 160
Decimal 184 8 112
Hex B8 8 70

RGB Percentages of Color #b80870

%60.53
%2.63
%36.84

CMYK Percentages of Color #b80870

%0
%96
%39
%28

Triadic Colors of #b80870

#b80870 #70b808 #0870b8

Analogous Colors of #b80870

#b80870 #b80818 #a808b8

Monochromatic Colors of #b80870

#b80870

Complementary Color

#b80870 #08b850

#b80870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80870 Color CSS Codes

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

#b80870 Text Font Color

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

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


#b80870 Background Color

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

This div background color is #b80870


#b80870 Border Color

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

This div border color is #b80870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80870


Comments

No comments written yet.

Please login to write comment.