Color Hex Logo

#af07dd Color Hex

#AF07DD
(175,7,221)
0 Favorites   0 Comments

Color spaces of #af07dd

RGB 1757221
HSL0.800.940.45
HSV287°97°87°
CMYK 0.210.970.00   0.13
XYZ30.806314.486469.5791
Yxy14.48640.26820.1261
Hunter Lab38.061077.8698-81.7450
CIE-Lab44.922680.8582-67.2284

#af07dd color RGB value is (175,7,221).

#af07dd hex color red value is 175, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af07dd hue: 0.80 , saturation: 0.94 and the lightness value of af07dd is 0.45.

The process color (four color CMYK) of #af07dd color hex is 0.21, 0.97, 0.00, 0.13. Web safe color of #af07dd is #9900cc. Color #af07dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 11011101
Octal 257 7 335
Decimal 175 7 221
Hex AF 7 DD

RGB Percentages of Color #af07dd

%43.42
%1.74
%54.84

CMYK Percentages of Color #af07dd

%21
%97
%0
%13

Triadic Colors of #af07dd

#af07dd #ddaf07 #07ddaf

Analogous Colors of #af07dd

#af07dd #dd07a0 #4407dd

Monochromatic Colors of #af07dd

#af07dd

Complementary Color

#af07dd #35dd07

#af07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af07dd Color CSS Codes

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

#af07dd Text Font Color

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

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


#af07dd Background Color

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

This div background color is #af07dd


#af07dd Border Color

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

This div border color is #af07dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af07dd


Comments

No comments written yet.

Please login to write comment.