Color Hex Logo

#b01ead Color Hex

#B01EAD
(176,30,173)
0 Favorites   0 Comments

Color spaces of #b01ead

RGB 17630173
HSL0.840.710.40
HSV301°83°69°
CMYK 0.000.830.02   0.31
XYZ25.911613.175840.7127
Yxy13.17580.32470.1651
Hunter Lab36.298563.8995-41.0912
CIE-Lab43.026969.7802-42.3148

#b01ead color RGB value is (176,30,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011110 10101101
Octal 260 36 255
Decimal 176 30 173
Hex B0 1E AD

RGB Percentages of Color #b01ead

%46.44
%7.92
%45.65

CMYK Percentages of Color #b01ead

%0
%83
%2
%31

Triadic Colors of #b01ead

#b01ead #adb01e #1eadb0

Analogous Colors of #b01ead

#b01ead #b01e64 #6a1eb0

Monochromatic Colors of #b01ead

#b01ead

Complementary Color

#b01ead #1eb021

#b01ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01ead Color CSS Codes

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

#b01ead Text Font Color

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

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


#b01ead Background Color

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

This div background color is #b01ead


#b01ead Border Color

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

This div border color is #b01ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01ead


Comments

No comments written yet.

Please login to write comment.