Color Hex Logo

#b31496 Color Hex

#B31496
(179,20,150)
0 Favorites   0 Comments

Color spaces of #b31496

RGB 17920150
HSL0.860.800.39
HSV311°89°70°
CMYK 0.000.890.16   0.30
XYZ24.345612.286029.9424
Yxy12.28600.36570.1845
Hunter Lab35.051462.6406-26.1121
CIE-Lab41.667168.9741-30.6325

#b31496 color RGB value is (179,20,150).

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

The process color (four color CMYK) of #b31496 color hex is 0.00, 0.89, 0.16, 0.30. Web safe color of #b31496 is #cc0099. Color #b31496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 10010110
Octal 263 24 226
Decimal 179 20 150
Hex B3 14 96

RGB Percentages of Color #b31496

%51.29
%5.73
%42.98

CMYK Percentages of Color #b31496

%0
%89
%16
%30

Triadic Colors of #b31496

#b31496 #96b314 #1496b3

Analogous Colors of #b31496

#b31496 #b31447 #8114b3

Monochromatic Colors of #b31496

#b31496

Complementary Color

#b31496 #14b331

#b31496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31496 Color CSS Codes

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

#b31496 Text Font Color

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

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


#b31496 Background Color

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

This div background color is #b31496


#b31496 Border Color

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

This div border color is #b31496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31496


Comments

No comments written yet.

Please login to write comment.