Color Hex Logo

#af55dd Color Hex

#AF55DD
(175,85,221)
0 Favorites   0 Comments

Color spaces of #af55dd

RGB 17585221
HSL0.780.670.60
HSV280°62°87°
CMYK 0.210.620.00   0.13
XYZ33.978820.831470.6366
Yxy20.83140.27090.1661
Hunter Lab45.641453.0159-59.8107
CIE-Lab52.764558.4637-54.5762

#af55dd color RGB value is (175,85,221).

#af55dd hex color red value is 175, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af55dd hue: 0.78 , saturation: 0.67 and the lightness value of af55dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 11011101
Octal 257 125 335
Decimal 175 85 221
Hex AF 55 DD

RGB Percentages of Color #af55dd

%36.38
%17.67
%45.95

CMYK Percentages of Color #af55dd

%21
%62
%0
%13

Triadic Colors of #af55dd

#af55dd #ddaf55 #55ddaf

Analogous Colors of #af55dd

#af55dd #dd55c7 #6b55dd

Monochromatic Colors of #af55dd

#af55dd

Complementary Color

#af55dd #83dd55

#af55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55dd Color CSS Codes

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

#af55dd Text Font Color

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

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


#af55dd Background Color

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

This div background color is #af55dd


#af55dd Border Color

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

This div border color is #af55dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55dd


Comments

No comments written yet.

Please login to write comment.