Color Hex Logo

#ab06ed Color Hex

#AB06ED
(171,6,237)
0 Favorites   0 Comments

Color spaces of #ab06ed

RGB 1716237
HSL0.790.950.48
HSV283°97°93°
CMYK 0.280.970.00   0.07
XYZ32.145814.902681.3030
Yxy14.90260.25050.1161
Hunter Lab38.603981.0817-97.8470
CIE-Lab45.500583.2746-75.4099

#ab06ed color RGB value is (171,6,237).

#ab06ed hex color red value is 171, green value is 6 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab06ed hue: 0.79 , saturation: 0.95 and the lightness value of ab06ed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000110 11101101
Octal 253 6 355
Decimal 171 6 237
Hex AB 6 ED

RGB Percentages of Color #ab06ed

%41.30
%1.45
%57.25

CMYK Percentages of Color #ab06ed

%28
%97
%0
%7

Triadic Colors of #ab06ed

#ab06ed #edab06 #06edab

Analogous Colors of #ab06ed

#ab06ed #ed06bc #3706ed

Monochromatic Colors of #ab06ed

#ab06ed

Complementary Color

#ab06ed #48ed06

#ab06ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab06ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab06ed Color CSS Codes

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

#ab06ed Text Font Color

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

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


#ab06ed Background Color

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

This div background color is #ab06ed


#ab06ed Border Color

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

This div border color is #ab06ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab06ed


Comments

No comments written yet.

Please login to write comment.