Color Hex Logo

#a662c0 Color Hex

#A662C0
(166,98,192)
0 Favorites   0 Comments

Color spaces of #a662c0

RGB 16698192
HSL0.790.430.57
HSV283°49°75°
CMYK 0.140.490.00   0.25
XYZ29.608020.648152.2941
Yxy20.64810.28870.2013
Hunter Lab45.440236.7871-36.4248
CIE-Lab52.562243.4165-38.4142

#a662c0 color RGB value is (166,98,192).

#a662c0 hex color red value is 166, green value is 98 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a662c0 hue: 0.79 , saturation: 0.43 and the lightness value of a662c0 is 0.57.

The process color (four color CMYK) of #a662c0 color hex is 0.14, 0.49, 0.00, 0.25. Web safe color of #a662c0 is #9966cc. Color #a662c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 11000000
Octal 246 142 300
Decimal 166 98 192
Hex A6 62 C0

RGB Percentages of Color #a662c0

%36.40
%21.49
%42.11

CMYK Percentages of Color #a662c0

%14
%49
%0
%25

Triadic Colors of #a662c0

#a662c0 #c0a662 #62c0a6

Analogous Colors of #a662c0

#a662c0 #c062ab #7762c0

Monochromatic Colors of #a662c0

#a662c0

Complementary Color

#a662c0 #7cc062

#a662c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a662c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a662c0 Color CSS Codes

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

#a662c0 Text Font Color

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

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


#a662c0 Background Color

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

This div background color is #a662c0


#a662c0 Border Color

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

This div border color is #a662c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a662c0


Comments

No comments written yet.

Please login to write comment.