Color Hex Logo

#663991 Color Hex

#663991
(102,57,145)
0 Favorites   0 Comments

Color spaces of #663991

RGB 10257145
HSL0.750.440.40
HSV271°61°57°
CMYK 0.300.610.00   0.43
XYZ12.05357.795427.6574
Yxy7.79540.25370.1641
Hunter Lab27.920228.2001-39.1877
CIE-Lab33.553137.6141-41.2258

#663991 color RGB value is (102,57,145).

#663991 hex color red value is 102, green value is 57 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #663991 hue: 0.75 , saturation: 0.44 and the lightness value of 663991 is 0.40.

The process color (four color CMYK) of #663991 color hex is 0.30, 0.61, 0.00, 0.43. Web safe color of #663991 is #663399. Color #663991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111001 10010001
Octal 146 71 221
Decimal 102 57 145
Hex 66 39 91

RGB Percentages of Color #663991

%33.55
%18.75
%47.70

CMYK Percentages of Color #663991

%30
%61
%0
%43

Triadic Colors of #663991

#663991 #916639 #399166

Analogous Colors of #663991

#663991 #913990 #3a3991

Monochromatic Colors of #663991

#663991

Complementary Color

#663991 #649139

#663991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663991 Color CSS Codes

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

#663991 Text Font Color

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

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


#663991 Background Color

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

This div background color is #663991


#663991 Border Color

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

This div border color is #663991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663991


Comments

No comments written yet.

Please login to write comment.