Color Hex Logo

#af80de Color Hex

#AF80DE
(175,128,222)
0 Favorites   0 Comments

Color spaces of #af80de

RGB 175128222
HSL0.750.590.69
HSV270°42°87°
CMYK 0.210.420.00   0.13
XYZ38.583229.826272.8307
Yxy29.82620.27320.2112
Hunter Lab54.613430.5331-40.8380
CIE-Lab61.504036.1484-41.2825

#af80de color RGB value is (175,128,222).

#af80de hex color red value is 175, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af80de hue: 0.75 , saturation: 0.59 and the lightness value of af80de is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 11011110
Octal 257 200 336
Decimal 175 128 222
Hex AF 80 DE

RGB Percentages of Color #af80de

%33.33
%24.38
%42.29

CMYK Percentages of Color #af80de

%21
%42
%0
%13

Triadic Colors of #af80de

#af80de #deaf80 #80deaf

Analogous Colors of #af80de

#af80de #de80de #8080de

Monochromatic Colors of #af80de

#af80de

Complementary Color

#af80de #afde80

#af80de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af80de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af80de Color CSS Codes

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

#af80de Text Font Color

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

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


#af80de Background Color

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

This div background color is #af80de


#af80de Border Color

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

This div border color is #af80de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af80de


Comments

No comments written yet.

Please login to write comment.