Color Hex Logo

#662ac6 Color Hex

#662AC6
(102,42,198)
0 Favorites   0 Comments

Color spaces of #662ac6

RGB 10242198
HSL0.730.650.47
HSV263°79°78°
CMYK 0.480.790.00   0.22
XYZ16.50058.557954.2083
Yxy8.55790.20820.1080
Hunter Lab29.253949.4877-89.3884
CIE-Lab35.118858.5868-70.3773

#662ac6 color RGB value is (102,42,198).

#662ac6 hex color red value is 102, green value is 42 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #662ac6 hue: 0.73 , saturation: 0.65 and the lightness value of 662ac6 is 0.47.

The process color (four color CMYK) of #662ac6 color hex is 0.48, 0.79, 0.00, 0.22. Web safe color of #662ac6 is #6633cc. Color #662ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101010 11000110
Octal 146 52 306
Decimal 102 42 198
Hex 66 2A C6

RGB Percentages of Color #662ac6

%29.82
%12.28
%57.89

CMYK Percentages of Color #662ac6

%48
%79
%0
%22

Triadic Colors of #662ac6

#662ac6 #c6662a #2ac666

Analogous Colors of #662ac6

#662ac6 #b42ac6 #2a3cc6

Monochromatic Colors of #662ac6

#662ac6

Complementary Color

#662ac6 #8ac62a

#662ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#662ac6 Color CSS Codes

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

#662ac6 Text Font Color

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

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


#662ac6 Background Color

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

This div background color is #662ac6


#662ac6 Border Color

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

This div border color is #662ac6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,42,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #662ac6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #662ac6;
  -webkit-box-shadow: 1px 1px 3px 2px #662ac6;
  box-shadow:         1px 1px 3px 2px #662ac6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,42,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662ac6


Comments

No comments written yet.

Please login to write comment.