Color Hex Logo

#af68dd Color Hex

#AF68DD
(175,104,221)
0 Favorites   0 Comments

Color spaces of #af68dd

RGB 175104221
HSL0.770.630.64
HSV276°53°87°
CMYK 0.210.530.00   0.13
XYZ35.680724.235071.2039
Yxy24.23500.27210.1848
Hunter Lab49.229143.2241-51.2955
CIE-Lab56.322348.9566-48.9043

#af68dd color RGB value is (175,104,221).

#af68dd hex color red value is 175, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af68dd hue: 0.77 , saturation: 0.63 and the lightness value of af68dd is 0.64.

The process color (four color CMYK) of #af68dd color hex is 0.21, 0.53, 0.00, 0.13. Web safe color of #af68dd is #9966cc. Color #af68dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 11011101
Octal 257 150 335
Decimal 175 104 221
Hex AF 68 DD

RGB Percentages of Color #af68dd

%35.00
%20.80
%44.20

CMYK Percentages of Color #af68dd

%21
%53
%0
%13

Triadic Colors of #af68dd

#af68dd #ddaf68 #68ddaf

Analogous Colors of #af68dd

#af68dd #dd68d1 #7568dd

Monochromatic Colors of #af68dd

#af68dd

Complementary Color

#af68dd #96dd68

#af68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af68dd Color CSS Codes

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

#af68dd Text Font Color

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

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


#af68dd Background Color

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

This div background color is #af68dd


#af68dd Border Color

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

This div border color is #af68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af68dd


Comments

No comments written yet.

Please login to write comment.