Color Hex Logo

#af87de Color Hex

#AF87DE
(175,135,222)
0 Favorites   0 Comments

Color spaces of #af87de

RGB 175135222
HSL0.740.570.70
HSV268°39°87°
CMYK 0.210.390.00   0.13
XYZ39.528031.715873.1457
Yxy31.71580.27380.2197
Hunter Lab56.316826.7324-37.5856
CIE-Lab63.107332.2350-38.7700

#af87de color RGB value is (175,135,222).

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

The process color (four color CMYK) of #af87de color hex is 0.21, 0.39, 0.00, 0.13. Web safe color of #af87de is #9999cc. Color #af87de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 11011110
Octal 257 207 336
Decimal 175 135 222
Hex AF 87 DE

RGB Percentages of Color #af87de

%32.89
%25.38
%41.73

CMYK Percentages of Color #af87de

%21
%39
%0
%13

Triadic Colors of #af87de

#af87de #deaf87 #87deaf

Analogous Colors of #af87de

#af87de #db87de #878bde

Monochromatic Colors of #af87de

#af87de

Complementary Color

#af87de #b6de87

#af87de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af87de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af87de Color CSS Codes

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

#af87de Text Font Color

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

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


#af87de Background Color

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

This div background color is #af87de


#af87de Border Color

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

This div border color is #af87de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af87de


Comments

No comments written yet.

Please login to write comment.