Color Hex Logo

#af55df Color Hex

#AF55DF
(175,85,223)
0 Favorites   0 Comments

Color spaces of #af55df

RGB 17585223
HSL0.780.680.60
HSV279°62°87°
CMYK 0.220.620.00   0.13
XYZ34.247020.938772.0486
Yxy20.93870.26920.1646
Hunter Lab45.758853.5157-61.3227
CIE-Lab52.882358.8869-55.5191

#af55df color RGB value is (175,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 11011111
Octal 257 125 337
Decimal 175 85 223
Hex AF 55 DF

RGB Percentages of Color #af55df

%36.23
%17.60
%46.17

CMYK Percentages of Color #af55df

%22
%62
%0
%13

Triadic Colors of #af55df

#af55df #dfaf55 #55dfaf

Analogous Colors of #af55df

#af55df #df55ca #6a55df

Monochromatic Colors of #af55df

#af55df

Complementary Color

#af55df #85df55

#af55df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55df Color CSS Codes

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

#af55df Text Font Color

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

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


#af55df Background Color

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

This div background color is #af55df


#af55df Border Color

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

This div border color is #af55df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,85,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af55df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55df


Comments

No comments written yet.

Please login to write comment.