Color Hex Logo

#ab6dee Color Hex

#AB6DEE
(171,109,238)
0 Favorites   0 Comments

Color spaces of #ab6dee

RGB 171109238
HSL0.750.790.68
HSV269°54°93°
CMYK 0.280.540.00   0.07
XYZ37.695825.768383.8759
Yxy25.76830.25580.1749
Hunter Lab50.762543.7183-62.4323
CIE-Lab57.816549.1825-56.0696

#ab6dee color RGB value is (171,109,238).

#ab6dee hex color red value is 171, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ab6dee hue: 0.75 , saturation: 0.79 and the lightness value of ab6dee is 0.68.

The process color (four color CMYK) of #ab6dee color hex is 0.28, 0.54, 0.00, 0.07. Web safe color of #ab6dee is #9966ff. Color #ab6dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101101 11101110
Octal 253 155 356
Decimal 171 109 238
Hex AB 6D EE

RGB Percentages of Color #ab6dee

%33.01
%21.04
%45.95

CMYK Percentages of Color #ab6dee

%28
%54
%0
%7

Triadic Colors of #ab6dee

#ab6dee #eeab6d #6deeab

Analogous Colors of #ab6dee

#ab6dee #ec6dee #6d70ee

Monochromatic Colors of #ab6dee

#ab6dee

Complementary Color

#ab6dee #b0ee6d

#ab6dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6dee Color CSS Codes

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

#ab6dee Text Font Color

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

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


#ab6dee Background Color

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

This div background color is #ab6dee


#ab6dee Border Color

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

This div border color is #ab6dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6dee


Comments

No comments written yet.

Please login to write comment.