Color Hex Logo

#af62dc Color Hex

#AF62DC
(175,98,220)
0 Favorites   0 Comments

Color spaces of #af62dc

RGB 17598220
HSL0.770.640.62
HSV278°55°86°
CMYK 0.200.550.00   0.14
XYZ34.965123.016670.3099
Yxy23.01660.27250.1794
Hunter Lab47.975646.1352-53.3086
CIE-Lab55.089451.8432-50.3004

#af62dc color RGB value is (175,98,220).

#af62dc hex color red value is 175, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af62dc hue: 0.77 , saturation: 0.64 and the lightness value of af62dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 11011100
Octal 257 142 334
Decimal 175 98 220
Hex AF 62 DC

RGB Percentages of Color #af62dc

%35.50
%19.88
%44.62

CMYK Percentages of Color #af62dc

%20
%55
%0
%14

Triadic Colors of #af62dc

#af62dc #dcaf62 #62dcaf

Analogous Colors of #af62dc

#af62dc #dc62cc #7262dc

Monochromatic Colors of #af62dc

#af62dc

Complementary Color

#af62dc #8fdc62

#af62dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af62dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af62dc Color CSS Codes

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

#af62dc Text Font Color

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

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


#af62dc Background Color

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

This div background color is #af62dc


#af62dc Border Color

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

This div border color is #af62dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af62dc


Comments

No comments written yet.

Please login to write comment.