Color Hex Logo

#b022ab Color Hex

#B022AB
(176,34,171)
0 Favorites   0 Comments

Color spaces of #b022ab

RGB 17634171
HSL0.840.680.41
HSV302°81°69°
CMYK 0.000.810.03   0.31
XYZ25.827213.314439.7368
Yxy13.31440.32740.1688
Hunter Lab36.488962.4885-39.0252
CIE-Lab43.233268.5388-40.7986

#b022ab color RGB value is (176,34,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100010 10101011
Octal 260 42 253
Decimal 176 34 171
Hex B0 22 AB

RGB Percentages of Color #b022ab

%46.19
%8.92
%44.88

CMYK Percentages of Color #b022ab

%0
%81
%3
%31

Triadic Colors of #b022ab

#b022ab #abb022 #22abb0

Analogous Colors of #b022ab

#b022ab #b02264 #6e22b0

Monochromatic Colors of #b022ab

#b022ab

Complementary Color

#b022ab #22b027

#b022ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b022ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b022ab Color CSS Codes

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

#b022ab Text Font Color

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

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


#b022ab Background Color

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

This div background color is #b022ab


#b022ab Border Color

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

This div border color is #b022ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b022ab


Comments

No comments written yet.

Please login to write comment.