Color Hex Logo

#af0ddc Color Hex

#AF0DDC
(175,13,220)
0 Favorites   0 Comments

Color spaces of #af0ddc

RGB 17513220
HSL0.800.890.46
HSV287°94°86°
CMYK 0.200.940.00   0.14
XYZ30.741414.569168.9020
Yxy14.56910.26920.1276
Hunter Lab38.169576.9659-80.3092
CIE-Lab45.038380.1181-66.4683

#af0ddc color RGB value is (175,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001101 11011100
Octal 257 15 334
Decimal 175 13 220
Hex AF D DC

RGB Percentages of Color #af0ddc

%42.89
%3.19
%53.92

CMYK Percentages of Color #af0ddc

%20
%94
%0
%14

Triadic Colors of #af0ddc

#af0ddc #dcaf0d #0ddcaf

Analogous Colors of #af0ddc

#af0ddc #dc0da2 #470ddc

Monochromatic Colors of #af0ddc

#af0ddc

Complementary Color

#af0ddc #3adc0d

#af0ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0ddc Color CSS Codes

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

#af0ddc Text Font Color

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

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


#af0ddc Background Color

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

This div background color is #af0ddc


#af0ddc Border Color

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

This div border color is #af0ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0ddc


Comments

No comments written yet.

Please login to write comment.