Color Hex Logo

#af55dc Color Hex

#AF55DC
(175,85,220)
0 Favorites   0 Comments

Color spaces of #af55dc

RGB 17585220
HSL0.780.660.60
HSV280°61°86°
CMYK 0.200.610.00   0.14
XYZ33.846020.778369.9369
Yxy20.77830.27170.1668
Hunter Lab45.583252.7674-59.0585
CIE-Lab52.706058.2529-54.1035

#af55dc color RGB value is (175,85,220).

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

The process color (four color CMYK) of #af55dc color hex is 0.20, 0.61, 0.00, 0.14. Web safe color of #af55dc is #9966cc. Color #af55dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 11011100
Octal 257 125 334
Decimal 175 85 220
Hex AF 55 DC

RGB Percentages of Color #af55dc

%36.46
%17.71
%45.83

CMYK Percentages of Color #af55dc

%20
%61
%0
%14

Triadic Colors of #af55dc

#af55dc #dcaf55 #55dcaf

Analogous Colors of #af55dc

#af55dc #dc55c6 #6c55dc

Monochromatic Colors of #af55dc

#af55dc

Complementary Color

#af55dc #82dc55

#af55dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55dc Color CSS Codes

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

#af55dc Text Font Color

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

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


#af55dc Background Color

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

This div background color is #af55dc


#af55dc Border Color

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

This div border color is #af55dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55dc


Comments

No comments written yet.

Please login to write comment.