Color Hex Logo

#b80470 Color Hex

#B80470
(184,4,112)
0 Favorites   0 Comments

Color spaces of #b80470

RGB 1844112
HSL0.900.960.37
HSV324°98°72°
CMYK 0.000.980.39   0.28
XYZ22.735211.447016.3405
Yxy11.44700.45000.2266
Hunter Lab33.833460.7390-4.9519
CIE-Lab40.323467.6043-9.1741

#b80470 color RGB value is (184,4,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 01110000
Octal 270 4 160
Decimal 184 4 112
Hex B8 4 70

RGB Percentages of Color #b80470

%61.33
%1.33
%37.33

CMYK Percentages of Color #b80470

%0
%98
%39
%28

Triadic Colors of #b80470

#b80470 #70b804 #0470b8

Analogous Colors of #b80470

#b80470 #b80416 #a604b8

Monochromatic Colors of #b80470

#b80470

Complementary Color

#b80470 #04b84c

#b80470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80470 Color CSS Codes

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

#b80470 Text Font Color

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

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


#b80470 Background Color

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

This div background color is #b80470


#b80470 Border Color

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

This div border color is #b80470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80470


Comments

No comments written yet.

Please login to write comment.