Color Hex Logo

#af18dc Color Hex

#AF18DC
(175,24,220)
0 Favorites   0 Comments

Color spaces of #af18dc

RGB 17524220
HSL0.800.800.48
HSV286°89°86°
CMYK 0.200.890.00   0.14
XYZ30.924114.934568.9629
Yxy14.93450.26930.1301
Hunter Lab38.645275.2077-78.7523
CIE-Lab45.544478.6153-65.6463

#af18dc color RGB value is (175,24,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 11011100
Octal 257 30 334
Decimal 175 24 220
Hex AF 18 DC

RGB Percentages of Color #af18dc

%41.77
%5.73
%52.51

CMYK Percentages of Color #af18dc

%20
%89
%0
%14

Triadic Colors of #af18dc

#af18dc #dcaf18 #18dcaf

Analogous Colors of #af18dc

#af18dc #dc18a7 #4d18dc

Monochromatic Colors of #af18dc

#af18dc

Complementary Color

#af18dc #45dc18

#af18dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af18dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af18dc Color CSS Codes

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

#af18dc Text Font Color

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

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


#af18dc Background Color

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

This div background color is #af18dc


#af18dc Border Color

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

This div border color is #af18dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af18dc


Comments

No comments written yet.

Please login to write comment.