Color Hex Logo

#ab6ebe Color Hex

#AB6EBE
(171,110,190)
0 Favorites   0 Comments

Color spaces of #ab6ebe

RGB 171110190
HSL0.790.380.59
HSV286°42°75°
CMYK 0.100.420.00   0.25
XYZ31.664823.527551.5875
Yxy23.52750.29650.2203
Hunter Lab48.505231.6431-29.1041
CIE-Lab55.611637.9461-32.4480

#ab6ebe color RGB value is (171,110,190).

#ab6ebe hex color red value is 171, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab6ebe hue: 0.79 , saturation: 0.38 and the lightness value of ab6ebe is 0.59.

The process color (four color CMYK) of #ab6ebe color hex is 0.10, 0.42, 0.00, 0.25. Web safe color of #ab6ebe is #9966cc. Color #ab6ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101110 10111110
Octal 253 156 276
Decimal 171 110 190
Hex AB 6E BE

RGB Percentages of Color #ab6ebe

%36.31
%23.35
%40.34

CMYK Percentages of Color #ab6ebe

%10
%42
%0
%25

Triadic Colors of #ab6ebe

#ab6ebe #beab6e #6ebeab

Analogous Colors of #ab6ebe

#ab6ebe #be6ea9 #836ebe

Monochromatic Colors of #ab6ebe

#ab6ebe

Complementary Color

#ab6ebe #81be6e

#ab6ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6ebe Color CSS Codes

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

#ab6ebe Text Font Color

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

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


#ab6ebe Background Color

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

This div background color is #ab6ebe


#ab6ebe Border Color

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

This div border color is #ab6ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6ebe


Comments

No comments written yet.

Please login to write comment.