Color Hex Logo

#663d99 Color Hex

#663D99
(102,61,153)
0 Favorites   0 Comments

Color spaces of #663d99

RGB 10261153
HSL0.740.430.42
HSV267°60°60°
CMYK 0.330.600.00   0.40
XYZ12.89808.462231.0906
Yxy8.46220.24590.1613
Hunter Lab29.089928.2369-43.0049
CIE-Lab34.927537.4246-43.8941

#663d99 color RGB value is (102,61,153).

#663d99 hex color red value is 102, green value is 61 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #663d99 hue: 0.74 , saturation: 0.43 and the lightness value of 663d99 is 0.42.

The process color (four color CMYK) of #663d99 color hex is 0.33, 0.60, 0.00, 0.40. Web safe color of #663d99 is #663399. Color #663d99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111101 10011001
Octal 146 75 231
Decimal 102 61 153
Hex 66 3D 99

RGB Percentages of Color #663d99

%32.28
%19.30
%48.42

CMYK Percentages of Color #663d99

%33
%60
%0
%40

Triadic Colors of #663d99

#663d99 #99663d #3d9966

Analogous Colors of #663d99

#663d99 #943d99 #3d4299

Monochromatic Colors of #663d99

#663d99

Complementary Color

#663d99 #70993d

#663d99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663d99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663d99 Color CSS Codes

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

#663d99 Text Font Color

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

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


#663d99 Background Color

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

This div background color is #663d99


#663d99 Border Color

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

This div border color is #663d99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,61,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #663d99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #663d99;
  -webkit-box-shadow: 1px 1px 3px 2px #663d99;
  box-shadow:         1px 1px 3px 2px #663d99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663d99


Comments

No comments written yet.

Please login to write comment.