Color Hex Logo

#b51470 Color Hex

#B51470
(181,20,112)
0 Favorites   0 Comments

Color spaces of #b51470

RGB 18120112
HSL0.900.800.39
HSV326°89°71°
CMYK 0.000.890.38   0.29
XYZ22.230811.493916.3761
Yxy11.49390.44370.2294
Hunter Lab33.902757.7172-4.9072
CIE-Lab40.400264.9607-9.1188

#b51470 color RGB value is (181,20,112).

#b51470 hex color red value is 181, green value is 20 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b51470 hue: 0.90 , saturation: 0.80 and the lightness value of b51470 is 0.39.

The process color (four color CMYK) of #b51470 color hex is 0.00, 0.89, 0.38, 0.29. Web safe color of #b51470 is #cc0066. Color #b51470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010100 01110000
Octal 265 24 160
Decimal 181 20 112
Hex B5 14 70

RGB Percentages of Color #b51470

%57.83
%6.39
%35.78

CMYK Percentages of Color #b51470

%0
%89
%38
%29

Triadic Colors of #b51470

#b51470 #70b514 #1470b5

Analogous Colors of #b51470

#b51470 #b51420 #aa14b5

Monochromatic Colors of #b51470

#b51470

Complementary Color

#b51470 #14b559

#b51470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51470 Color CSS Codes

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

#b51470 Text Font Color

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

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


#b51470 Background Color

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

This div background color is #b51470


#b51470 Border Color

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

This div border color is #b51470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51470


Comments

No comments written yet.

Please login to write comment.