Color Hex Logo

#b01eab Color Hex

#B01EAB
(176,30,171)
0 Favorites   0 Comments

Color spaces of #b01eab

RGB 17630171
HSL0.840.710.40
HSV302°83°69°
CMYK 0.000.830.03   0.31
XYZ25.719513.098939.7009
Yxy13.09890.32760.1668
Hunter Lab36.192463.5112-39.7029
CIE-Lab42.911969.4729-41.3095

#b01eab color RGB value is (176,30,171).

#b01eab hex color red value is 176, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b01eab hue: 0.84 , saturation: 0.71 and the lightness value of b01eab is 0.40.

The process color (four color CMYK) of #b01eab color hex is 0.00, 0.83, 0.03, 0.31. Web safe color of #b01eab is #993399. Color #b01eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011110 10101011
Octal 260 36 253
Decimal 176 30 171
Hex B0 1E AB

RGB Percentages of Color #b01eab

%46.68
%7.96
%45.36

CMYK Percentages of Color #b01eab

%0
%83
%3
%31

Triadic Colors of #b01eab

#b01eab #abb01e #1eabb0

Analogous Colors of #b01eab

#b01eab #b01e62 #6c1eb0

Monochromatic Colors of #b01eab

#b01eab

Complementary Color

#b01eab #1eb023

#b01eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01eab Color CSS Codes

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

#b01eab Text Font Color

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

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


#b01eab Background Color

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

This div background color is #b01eab


#b01eab Border Color

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

This div border color is #b01eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01eab


Comments

No comments written yet.

Please login to write comment.