Color Hex Logo

#ab21be Color Hex

#AB21BE
(171,33,190)
0 Favorites   0 Comments

Color spaces of #ab21be

RGB 17133190
HSL0.810.700.44
HSV293°83°75°
CMYK 0.100.830.00   0.25
XYZ26.632713.463349.9102
Yxy13.46330.29590.1496
Hunter Lab36.692465.3504-54.9636
CIE-Lab43.453270.9229-51.7023

#ab21be color RGB value is (171,33,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 10111110
Octal 253 41 276
Decimal 171 33 190
Hex AB 21 BE

RGB Percentages of Color #ab21be

%43.40
%8.38
%48.22

CMYK Percentages of Color #ab21be

%10
%83
%0
%25

Triadic Colors of #ab21be

#ab21be #beab21 #21beab

Analogous Colors of #ab21be

#ab21be #be2183 #5d21be

Monochromatic Colors of #ab21be

#ab21be

Complementary Color

#ab21be #34be21

#ab21be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab21be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab21be Color CSS Codes

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

#ab21be Text Font Color

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

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


#ab21be Background Color

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

This div background color is #ab21be


#ab21be Border Color

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

This div border color is #ab21be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab21be


Comments

No comments written yet.

Please login to write comment.