Color Hex Logo

#b31462 Color Hex

#B31462
(179,20,98)
0 Favorites   0 Comments

Color spaces of #b31462

RGB 1792098
HSL0.920.800.39
HSV331°89°70°
CMYK 0.000.890.45   0.30
XYZ21.045210.965912.5627
Yxy10.96590.47210.2460
Hunter Lab33.114855.48990.6876
CIE-Lab39.523063.1649-1.6360

#b31462 color RGB value is (179,20,98).

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

The process color (four color CMYK) of #b31462 color hex is 0.00, 0.89, 0.45, 0.30. Web safe color of #b31462 is #cc0066. Color #b31462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 01100010
Octal 263 24 142
Decimal 179 20 98
Hex B3 14 62

RGB Percentages of Color #b31462

%60.27
%6.73
%33.00

CMYK Percentages of Color #b31462

%0
%89
%45
%30

Triadic Colors of #b31462

#b31462 #62b314 #1462b3

Analogous Colors of #b31462

#b31462 #b31514 #b314b2

Monochromatic Colors of #b31462

#b31462

Complementary Color

#b31462 #14b365

#b31462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31462 Color CSS Codes

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

#b31462 Text Font Color

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

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


#b31462 Background Color

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

This div background color is #b31462


#b31462 Border Color

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

This div border color is #b31462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,20,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31462


Comments

No comments written yet.

Please login to write comment.