Color Hex Logo

#ab08ea Color Hex

#AB08EA
(171,8,234)
0 Favorites   0 Comments

Color spaces of #ab08ea

RGB 1718234
HSL0.790.930.47
HSV283°97°92°
CMYK 0.270.970.00   0.08
XYZ31.732714.772179.0207
Yxy14.77210.25280.1177
Hunter Lab38.434580.1147-94.9952
CIE-Lab45.320582.5519-74.0063

#ab08ea color RGB value is (171,8,234).

#ab08ea hex color red value is 171, green value is 8 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ab08ea hue: 0.79 , saturation: 0.93 and the lightness value of ab08ea is 0.47.

The process color (four color CMYK) of #ab08ea color hex is 0.27, 0.97, 0.00, 0.08. Web safe color of #ab08ea is #9900ff. Color #ab08ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 11101010
Octal 253 10 352
Decimal 171 8 234
Hex AB 8 EA

RGB Percentages of Color #ab08ea

%41.40
%1.94
%56.66

CMYK Percentages of Color #ab08ea

%27
%97
%0
%8

Triadic Colors of #ab08ea

#ab08ea #eaab08 #08eaab

Analogous Colors of #ab08ea

#ab08ea #ea08b8 #3a08ea

Monochromatic Colors of #ab08ea

#ab08ea

Complementary Color

#ab08ea #47ea08

#ab08ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab08ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab08ea Color CSS Codes

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

#ab08ea Text Font Color

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

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


#ab08ea Background Color

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

This div background color is #ab08ea


#ab08ea Border Color

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

This div border color is #ab08ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab08ea


Comments

No comments written yet.

Please login to write comment.