Color Hex Logo

#ab22be Color Hex

#AB22BE
(171,34,190)
0 Favorites   0 Comments

Color spaces of #ab22be

RGB 17134190
HSL0.810.700.44
HSV293°82°75°
CMYK 0.100.820.00   0.25
XYZ26.660913.519749.9196
Yxy13.51970.29590.1501
Hunter Lab36.769165.0824-54.7566
CIE-Lab43.536170.6810-51.5691

#ab22be color RGB value is (171,34,190).

#ab22be hex color red value is 171, green value is 34 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab22be hue: 0.81 , saturation: 0.70 and the lightness value of ab22be is 0.44.

The process color (four color CMYK) of #ab22be color hex is 0.10, 0.82, 0.00, 0.25. Web safe color of #ab22be is #9933cc. Color #ab22be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 10111110
Octal 253 42 276
Decimal 171 34 190
Hex AB 22 BE

RGB Percentages of Color #ab22be

%43.29
%8.61
%48.10

CMYK Percentages of Color #ab22be

%10
%82
%0
%25

Triadic Colors of #ab22be

#ab22be #beab22 #22beab

Analogous Colors of #ab22be

#ab22be #be2283 #5d22be

Monochromatic Colors of #ab22be

#ab22be

Complementary Color

#ab22be #35be22

#ab22be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab22be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab22be Color CSS Codes

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

#ab22be Text Font Color

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

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


#ab22be Background Color

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

This div background color is #ab22be


#ab22be Border Color

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

This div border color is #ab22be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab22be


Comments

No comments written yet.

Please login to write comment.