Color Hex Logo

#b22dab Color Hex

#B22DAB
(178,45,171)
0 Favorites   0 Comments

Color spaces of #b22dab

RGB 17845171
HSL0.840.600.44
HSV303°75°70°
CMYK 0.000.750.04   0.30
XYZ26.649214.282039.8802
Yxy14.28200.32980.1767
Hunter Lab37.791559.7365-36.1128
CIE-Lab44.634765.8979-38.5540

#b22dab color RGB value is (178,45,171).

#b22dab hex color red value is 178, green value is 45 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b22dab hue: 0.84 , saturation: 0.60 and the lightness value of b22dab is 0.44.

The process color (four color CMYK) of #b22dab color hex is 0.00, 0.75, 0.04, 0.30. Web safe color of #b22dab is #993399. Color #b22dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101101 10101011
Octal 262 55 253
Decimal 178 45 171
Hex B2 2D AB

RGB Percentages of Color #b22dab

%45.18
%11.42
%43.40

CMYK Percentages of Color #b22dab

%0
%75
%4
%30

Triadic Colors of #b22dab

#b22dab #abb22d #2dabb2

Analogous Colors of #b22dab

#b22dab #b22d69 #772db2

Monochromatic Colors of #b22dab

#b22dab

Complementary Color

#b22dab #2db234

#b22dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22dab Color CSS Codes

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

#b22dab Text Font Color

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

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


#b22dab Background Color

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

This div background color is #b22dab


#b22dab Border Color

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

This div border color is #b22dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22dab


Comments

No comments written yet.

Please login to write comment.