Color Hex Logo

#af71dd Color Hex

#AF71DD
(175,113,221)
0 Favorites   0 Comments

Color spaces of #af71dd

RGB 175113221
HSL0.760.610.65
HSV274°49°87°
CMYK 0.210.490.00   0.13
XYZ36.635526.144771.5221
Yxy26.14470.27280.1947
Hunter Lab51.131938.4127-47.1412
CIE-Lab58.174144.1636-45.9697

#af71dd color RGB value is (175,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 11011101
Octal 257 161 335
Decimal 175 113 221
Hex AF 71 DD

RGB Percentages of Color #af71dd

%34.38
%22.20
%43.42

CMYK Percentages of Color #af71dd

%21
%49
%0
%13

Triadic Colors of #af71dd

#af71dd #ddaf71 #71ddaf

Analogous Colors of #af71dd

#af71dd #dd71d5 #7971dd

Monochromatic Colors of #af71dd

#af71dd

Complementary Color

#af71dd #9fdd71

#af71dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af71dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af71dd Color CSS Codes

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

#af71dd Text Font Color

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

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


#af71dd Background Color

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

This div background color is #af71dd


#af71dd Border Color

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

This div border color is #af71dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af71dd


Comments

No comments written yet.

Please login to write comment.