Color Hex Logo

#af70dd Color Hex

#AF70DD
(175,112,221)
0 Favorites   0 Comments

Color spaces of #af70dd

RGB 175112221
HSL0.760.620.65
HSV275°49°87°
CMYK 0.210.490.00   0.13
XYZ36.524525.922871.4852
Yxy25.92280.27270.1936
Hunter Lab50.914438.9503-47.6046
CIE-Lab57.963744.7028-46.3026

#af70dd color RGB value is (175,112,221).

#af70dd hex color red value is 175, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af70dd hue: 0.76 , saturation: 0.62 and the lightness value of af70dd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 11011101
Octal 257 160 335
Decimal 175 112 221
Hex AF 70 DD

RGB Percentages of Color #af70dd

%34.45
%22.05
%43.50

CMYK Percentages of Color #af70dd

%21
%49
%0
%13

Triadic Colors of #af70dd

#af70dd #ddaf70 #70ddaf

Analogous Colors of #af70dd

#af70dd #dd70d5 #7970dd

Monochromatic Colors of #af70dd

#af70dd

Complementary Color

#af70dd #9edd70

#af70dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af70dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af70dd Color CSS Codes

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

#af70dd Text Font Color

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

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


#af70dd Background Color

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

This div background color is #af70dd


#af70dd Border Color

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

This div border color is #af70dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af70dd


Comments

No comments written yet.

Please login to write comment.