Color Hex Logo

#ab21eb Color Hex

#AB21EB
(171,33,235)
0 Favorites   0 Comments

Color spaces of #ab21eb

RGB 17133235
HSL0.780.830.53
HSV281°86°92°
CMYK 0.270.860.00   0.08
XYZ32.333815.743879.9319
Yxy15.74380.25260.1230
Hunter Lab39.678576.0216-91.6643
CIE-Lab46.636679.0556-72.4254

#ab21eb color RGB value is (171,33,235).

#ab21eb hex color red value is 171, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab21eb hue: 0.78 , saturation: 0.83 and the lightness value of ab21eb is 0.53.

The process color (four color CMYK) of #ab21eb color hex is 0.27, 0.86, 0.00, 0.08. Web safe color of #ab21eb is #9933ff. Color #ab21eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 11101011
Octal 253 41 353
Decimal 171 33 235
Hex AB 21 EB

RGB Percentages of Color #ab21eb

%38.95
%7.52
%53.53

CMYK Percentages of Color #ab21eb

%27
%86
%0
%8

Triadic Colors of #ab21eb

#ab21eb #ebab21 #21ebab

Analogous Colors of #ab21eb

#ab21eb #eb21c6 #4621eb

Monochromatic Colors of #ab21eb

#ab21eb

Complementary Color

#ab21eb #61eb21

#ab21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab21eb Color CSS Codes

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

#ab21eb Text Font Color

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

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


#ab21eb Background Color

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

This div background color is #ab21eb


#ab21eb Border Color

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

This div border color is #ab21eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab21eb


Comments

No comments written yet.

Please login to write comment.