Color Hex Logo

#b31570 Color Hex

#B31570
(179,21,112)
0 Favorites   0 Comments

Color spaces of #b31570

RGB 17921112
HSL0.900.790.39
HSV325°88°70°
CMYK 0.000.880.37   0.30
XYZ21.783211.289916.3603
Yxy11.28990.44070.2284
Hunter Lab33.600456.9209-5.3484
CIE-Lab40.064564.3260-9.6633

#b31570 color RGB value is (179,21,112).

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

The process color (four color CMYK) of #b31570 color hex is 0.00, 0.88, 0.37, 0.30. Web safe color of #b31570 is #cc0066. Color #b31570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 01110000
Octal 263 25 160
Decimal 179 21 112
Hex B3 15 70

RGB Percentages of Color #b31570

%57.37
%6.73
%35.90

CMYK Percentages of Color #b31570

%0
%88
%37
%30

Triadic Colors of #b31570

#b31570 #70b315 #1570b3

Analogous Colors of #b31570

#b31570 #b31521 #a715b3

Monochromatic Colors of #b31570

#b31570

Complementary Color

#b31570 #15b358

#b31570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31570 Color CSS Codes

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

#b31570 Text Font Color

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

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


#b31570 Background Color

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

This div background color is #b31570


#b31570 Border Color

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

This div border color is #b31570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31570


Comments

No comments written yet.

Please login to write comment.