Color Hex Logo

#663690 Color Hex

#663690
(102,54,144)
0 Favorites   0 Comments

Color spaces of #663690

RGB 10254144
HSL0.760.450.39
HSV272°63°56°
CMYK 0.290.630.00   0.44
XYZ11.83277.476727.2051
Yxy7.47670.25440.1607
Hunter Lab27.343629.3932-39.8493
CIE-Lab32.868439.0221-41.7121

#663690 color RGB value is (102,54,144).

#663690 hex color red value is 102, green value is 54 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #663690 hue: 0.76 , saturation: 0.45 and the lightness value of 663690 is 0.39.

The process color (four color CMYK) of #663690 color hex is 0.29, 0.63, 0.00, 0.44. Web safe color of #663690 is #663399. Color #663690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110110 10010000
Octal 146 66 220
Decimal 102 54 144
Hex 66 36 90

RGB Percentages of Color #663690

%34.00
%18.00
%48.00

CMYK Percentages of Color #663690

%29
%63
%0
%44

Triadic Colors of #663690

#663690 #906636 #369066

Analogous Colors of #663690

#663690 #90368d #393690

Monochromatic Colors of #663690

#663690

Complementary Color

#663690 #609036

#663690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663690 Color CSS Codes

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

#663690 Text Font Color

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

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


#663690 Background Color

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

This div background color is #663690


#663690 Border Color

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

This div border color is #663690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663690


Comments

No comments written yet.

Please login to write comment.