Color Hex Logo

#a662cd Color Hex

#A662CD
(166,98,205)
0 Favorites   0 Comments

Color spaces of #a662cd

RGB 16698205
HSL0.770.520.59
HSV278°52°80°
CMYK 0.190.520.00   0.20
XYZ31.113021.250160.2195
Yxy21.25010.27640.1888
Hunter Lab46.097839.8045-45.1845
CIE-Lab53.222146.2202-44.8197

#a662cd color RGB value is (166,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 11001101
Octal 246 142 315
Decimal 166 98 205
Hex A6 62 CD

RGB Percentages of Color #a662cd

%35.39
%20.90
%43.71

CMYK Percentages of Color #a662cd

%19
%52
%0
%20

Triadic Colors of #a662cd

#a662cd #cda662 #62cda6

Analogous Colors of #a662cd

#a662cd #cd62bf #7162cd

Monochromatic Colors of #a662cd

#a662cd

Complementary Color

#a662cd #89cd62

#a662cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a662cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a662cd Color CSS Codes

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

#a662cd Text Font Color

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

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


#a662cd Background Color

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

This div background color is #a662cd


#a662cd Border Color

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

This div border color is #a662cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a662cd


Comments

No comments written yet.

Please login to write comment.