Color Hex Logo

#662a76 Color Hex

#662A76
(102,42,118)
0 Favorites   0 Comments

Color spaces of #662a76

RGB 10242118
HSL0.800.480.31
HSV287°64°46°
CMYK 0.140.640.00   0.54
XYZ9.57755.788717.7521
Yxy5.78870.28920.1748
Hunter Lab24.059728.9513-26.9044
CIE-Lab28.873039.2524-31.8924

#662a76 color RGB value is (102,42,118).

#662a76 hex color red value is 102, green value is 42 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #662a76 hue: 0.80 , saturation: 0.48 and the lightness value of 662a76 is 0.31.

The process color (four color CMYK) of #662a76 color hex is 0.14, 0.64, 0.00, 0.54. Web safe color of #662a76 is #663366. Color #662a76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00101010 01110110
Octal 146 52 166
Decimal 102 42 118
Hex 66 2A 76

RGB Percentages of Color #662a76

%38.93
%16.03
%45.04

CMYK Percentages of Color #662a76

%14
%64
%0
%54

Triadic Colors of #662a76

#662a76 #76662a #2a7666

Analogous Colors of #662a76

#662a76 #762a60 #402a76

Monochromatic Colors of #662a76

#662a76

Complementary Color

#662a76 #3a762a

#662a76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#662a76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#662a76 Color CSS Codes

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

#662a76 Text Font Color

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

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


#662a76 Background Color

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

This div background color is #662a76


#662a76 Border Color

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

This div border color is #662a76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #662a76


Comments

No comments written yet.

Please login to write comment.