Color Hex Logo

#b01066 Color Hex

#B01066
(176,16,102)
0 Favorites   0 Comments

Color spaces of #b01066

RGB 17616102
HSL0.910.830.38
HSV328°91°69°
CMYK 0.000.910.42   0.31
XYZ20.488110.560013.5288
Yxy10.56000.45960.2369
Hunter Lab32.496255.6720-1.9363
CIE-Lab38.829363.4619-5.2666

#b01066 color RGB value is (176,16,102).

#b01066 hex color red value is 176, green value is 16 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b01066 hue: 0.91 , saturation: 0.83 and the lightness value of b01066 is 0.38.

The process color (four color CMYK) of #b01066 color hex is 0.00, 0.91, 0.42, 0.31. Web safe color of #b01066 is #990066. Color #b01066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010000 01100110
Octal 260 20 146
Decimal 176 16 102
Hex B0 10 66

RGB Percentages of Color #b01066

%59.86
%5.44
%34.69

CMYK Percentages of Color #b01066

%0
%91
%42
%31

Triadic Colors of #b01066

#b01066 #66b010 #1066b0

Analogous Colors of #b01066

#b01066 #b01016 #aa10b0

Monochromatic Colors of #b01066

#b01066

Complementary Color

#b01066 #10b05a

#b01066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01066 Color CSS Codes

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

#b01066 Text Font Color

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

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


#b01066 Background Color

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

This div background color is #b01066


#b01066 Border Color

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

This div border color is #b01066


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,16,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01066


Comments

No comments written yet.

Please login to write comment.