Color Hex Logo

#af62cd Color Hex

#AF62CD
(175,98,205)
0 Favorites   0 Comments

Color spaces of #af62cd

RGB 17598205
HSL0.790.520.59
HSV283°52°80°
CMYK 0.150.520.00   0.20
XYZ33.066322.257160.3109
Yxy22.25710.28600.1925
Hunter Lab47.177442.5488-42.7712
CIE-Lab54.298748.6450-43.0465

#af62cd color RGB value is (175,98,205).

#af62cd hex color red value is 175, green value is 98 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af62cd hue: 0.79 , saturation: 0.52 and the lightness value of af62cd is 0.59.

The process color (four color CMYK) of #af62cd color hex is 0.15, 0.52, 0.00, 0.20. Web safe color of #af62cd is #9966cc. Color #af62cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 11001101
Octal 257 142 315
Decimal 175 98 205
Hex AF 62 CD

RGB Percentages of Color #af62cd

%36.61
%20.50
%42.89

CMYK Percentages of Color #af62cd

%15
%52
%0
%20

Triadic Colors of #af62cd

#af62cd #cdaf62 #62cdaf

Analogous Colors of #af62cd

#af62cd #cd62b6 #7a62cd

Monochromatic Colors of #af62cd

#af62cd

Complementary Color

#af62cd #80cd62

#af62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af62cd Color CSS Codes

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

#af62cd Text Font Color

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

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


#af62cd Background Color

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

This div background color is #af62cd


#af62cd Border Color

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

This div border color is #af62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af62cd


Comments

No comments written yet.

Please login to write comment.