Color Hex Logo

#af80dd Color Hex

#AF80DD
(175,128,221)
0 Favorites   0 Comments

Color spaces of #af80dd

RGB 175128221
HSL0.750.580.68
HSV270°42°87°
CMYK 0.210.420.00   0.13
XYZ38.449529.772872.1268
Yxy29.77280.27400.2121
Hunter Lab54.564530.2944-40.1782
CIE-Lab61.457735.9197-40.7970

#af80dd color RGB value is (175,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 11011101
Octal 257 200 335
Decimal 175 128 221
Hex AF 80 DD

RGB Percentages of Color #af80dd

%33.40
%24.43
%42.18

CMYK Percentages of Color #af80dd

%21
%42
%0
%13

Triadic Colors of #af80dd

#af80dd #ddaf80 #80ddaf

Analogous Colors of #af80dd

#af80dd #dd80dd #8180dd

Monochromatic Colors of #af80dd

#af80dd

Complementary Color

#af80dd #aedd80

#af80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af80dd Color CSS Codes

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

#af80dd Text Font Color

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

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


#af80dd Background Color

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

This div background color is #af80dd


#af80dd Border Color

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

This div border color is #af80dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,128,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af80dd


Comments

No comments written yet.

Please login to write comment.