Color Hex Logo

#663976 Color Hex

#663976
(102,57,118)
0 Favorites   0 Comments

Color spaces of #663976

RGB 10257118
HSL0.790.350.34
HSV284°52°46°
CMYK 0.140.520.00   0.54
XYZ10.21267.059017.9638
Yxy7.05900.28980.2003
Hunter Lab26.568822.1171-21.4893
CIE-Lab31.940831.0621-27.0356

#663976 color RGB value is (102,57,118).

#663976 hex color red value is 102, green value is 57 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #663976 hue: 0.79 , saturation: 0.35 and the lightness value of 663976 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111001 01110110
Octal 146 71 166
Decimal 102 57 118
Hex 66 39 76

RGB Percentages of Color #663976

%36.82
%20.58
%42.60

CMYK Percentages of Color #663976

%14
%52
%0
%54

Triadic Colors of #663976

#663976 #766639 #397666

Analogous Colors of #663976

#663976 #763968 #483976

Monochromatic Colors of #663976

#663976

Complementary Color

#663976 #497639

#663976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663976 Color CSS Codes

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

#663976 Text Font Color

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

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


#663976 Background Color

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

This div background color is #663976


#663976 Border Color

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

This div border color is #663976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663976


Comments

No comments written yet.

Please login to write comment.