Color Hex Logo

#ab08ef Color Hex

#AB08EF
(171,8,239)
0 Favorites   0 Comments

Color spaces of #ab08ef

RGB 1718239
HSL0.780.940.48
HSV282°97°94°
CMYK 0.280.970.00   0.06
XYZ32.461415.063682.8580
Yxy15.06360.24900.1155
Hunter Lab38.811981.3728-99.4077
CIE-Lab45.721283.4597-76.1788

#ab08ef color RGB value is (171,8,239).

#ab08ef hex color red value is 171, green value is 8 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab08ef hue: 0.78 , saturation: 0.94 and the lightness value of ab08ef is 0.48.

The process color (four color CMYK) of #ab08ef color hex is 0.28, 0.97, 0.00, 0.06. Web safe color of #ab08ef is #9900ff. Color #ab08ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 11101111
Octal 253 10 357
Decimal 171 8 239
Hex AB 8 EF

RGB Percentages of Color #ab08ef

%40.91
%1.91
%57.18

CMYK Percentages of Color #ab08ef

%28
%97
%0
%6

Triadic Colors of #ab08ef

#ab08ef #efab08 #08efab

Analogous Colors of #ab08ef

#ab08ef #ef08c0 #3708ef

Monochromatic Colors of #ab08ef

#ab08ef

Complementary Color

#ab08ef #4cef08

#ab08ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab08ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab08ef Color CSS Codes

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

#ab08ef Text Font Color

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

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


#ab08ef Background Color

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

This div background color is #ab08ef


#ab08ef Border Color

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

This div border color is #ab08ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab08ef


Comments

No comments written yet.

Please login to write comment.