Color Hex Logo

#af00dc Color Hex

#AF00DC
(175,0,220)
0 Favorites   0 Comments

Color spaces of #af00dc

RGB 1750220
HSL0.801.000.43
HSV288°100°86°
CMYK 0.201.000.00   0.14
XYZ30.597514.281368.8540
Yxy14.28130.26900.1256
Hunter Lab37.790678.3905-81.5722
CIE-Lab44.633781.3256-67.1260

#af00dc color RGB value is (175,0,220).

#af00dc hex color red value is 175, green value is 0 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af00dc hue: 0.80 , saturation: 1.00 and the lightness value of af00dc is 0.43.

The process color (four color CMYK) of #af00dc color hex is 0.20, 1.00, 0.00, 0.14. Web safe color of #af00dc is #9900cc. Color #af00dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 11011100
Octal 257 0 334
Decimal 175 0 220
Hex AF 0 DC

RGB Percentages of Color #af00dc

%44.30
%0.00
%55.70

CMYK Percentages of Color #af00dc

%20
%100
%0
%14

Triadic Colors of #af00dc

#af00dc #dcaf00 #00dcaf

Analogous Colors of #af00dc

#af00dc #dc009b #4100dc

Monochromatic Colors of #af00dc

#af00dc

Complementary Color

#af00dc #2ddc00

#af00dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af00dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af00dc Color CSS Codes

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

#af00dc Text Font Color

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

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


#af00dc Background Color

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

This div background color is #af00dc


#af00dc Border Color

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

This div border color is #af00dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af00dc


Comments

No comments written yet.

Please login to write comment.