Color Hex Logo

#b01996 Color Hex

#B01996
(176,25,150)
0 Favorites   0 Comments

Color spaces of #b01996

RGB 17625150
HSL0.860.750.39
HSV310°86°69°
CMYK 0.000.860.15   0.31
XYZ23.757112.127429.9428
Yxy12.12740.36090.1842
Hunter Lab34.824460.8294-26.6018
CIE-Lab41.417967.4688-31.0627

#b01996 color RGB value is (176,25,150).

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

The process color (four color CMYK) of #b01996 color hex is 0.00, 0.86, 0.15, 0.31. Web safe color of #b01996 is #990099. Color #b01996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011001 10010110
Octal 260 31 226
Decimal 176 25 150
Hex B0 19 96

RGB Percentages of Color #b01996

%50.14
%7.12
%42.74

CMYK Percentages of Color #b01996

%0
%86
%15
%31

Triadic Colors of #b01996

#b01996 #96b019 #1996b0

Analogous Colors of #b01996

#b01996 #b0194a #7f19b0

Monochromatic Colors of #b01996

#b01996

Complementary Color

#b01996 #19b033

#b01996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01996 Color CSS Codes

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

#b01996 Text Font Color

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

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


#b01996 Background Color

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

This div background color is #b01996


#b01996 Border Color

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

This div border color is #b01996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01996


Comments

No comments written yet.

Please login to write comment.