Color Hex Logo

#ab85de Color Hex

#AB85DE
(171,133,222)
0 Favorites   0 Comments

Color spaces of #ab85de

RGB 171133222
HSL0.740.570.70
HSV266°40°87°
CMYK 0.230.400.00   0.13
XYZ38.366930.706973.0121
Yxy30.70690.27000.2161
Hunter Lab55.413826.6140-39.3296
CIE-Lab62.259432.1990-40.1251

#ab85de color RGB value is (171,133,222).

#ab85de hex color red value is 171, green value is 133 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab85de hue: 0.74 , saturation: 0.57 and the lightness value of ab85de is 0.70.

The process color (four color CMYK) of #ab85de color hex is 0.23, 0.40, 0.00, 0.13. Web safe color of #ab85de is #9999cc. Color #ab85de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 11011110
Octal 253 205 336
Decimal 171 133 222
Hex AB 85 DE

RGB Percentages of Color #ab85de

%32.51
%25.29
%42.21

CMYK Percentages of Color #ab85de

%23
%40
%0
%13

Triadic Colors of #ab85de

#ab85de #deab85 #85deab

Analogous Colors of #ab85de

#ab85de #d885de #858cde

Monochromatic Colors of #ab85de

#ab85de

Complementary Color

#ab85de #b8de85

#ab85de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab85de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab85de Color CSS Codes

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

#ab85de Text Font Color

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

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


#ab85de Background Color

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

This div background color is #ab85de


#ab85de Border Color

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

This div border color is #ab85de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab85de


Comments

No comments written yet.

Please login to write comment.