Color Hex Logo

#663076 Color Hex

#663076
(102,48,118)
0 Favorites   0 Comments

Color spaces of #663076

RGB 10248118
HSL0.800.420.33
HSV286°59°46°
CMYK 0.140.590.00   0.54
XYZ9.80656.246717.8284
Yxy6.24670.28940.1844
Hunter Lab24.993426.2985-24.7976
CIE-Lab30.026536.1201-30.0599

#663076 color RGB value is (102,48,118).

#663076 hex color red value is 102, green value is 48 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #663076 hue: 0.80 , saturation: 0.42 and the lightness value of 663076 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110000 01110110
Octal 146 60 166
Decimal 102 48 118
Hex 66 30 76

RGB Percentages of Color #663076

%38.06
%17.91
%44.03

CMYK Percentages of Color #663076

%14
%59
%0
%54

Triadic Colors of #663076

#663076 #766630 #307666

Analogous Colors of #663076

#663076 #763063 #433076

Monochromatic Colors of #663076

#663076

Complementary Color

#663076 #407630

#663076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663076 Color CSS Codes

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

#663076 Text Font Color

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

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


#663076 Background Color

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

This div background color is #663076


#663076 Border Color

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

This div border color is #663076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663076


Comments

No comments written yet.

Please login to write comment.