Color Hex Logo

#663391 Color Hex

#663391
(102,51,145)
0 Favorites   0 Comments

Color spaces of #663391

RGB 10251145
HSL0.760.480.38
HSV273°65°57°
CMYK 0.300.650.00   0.43
XYZ11.77427.236827.5643
Yxy7.23680.25280.1554
Hunter Lab26.901331.0489-41.9203
CIE-Lab32.340040.8874-43.1751

#663391 color RGB value is (102,51,145).

#663391 hex color red value is 102, green value is 51 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #663391 hue: 0.76 , saturation: 0.48 and the lightness value of 663391 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 10010001
Octal 146 63 221
Decimal 102 51 145
Hex 66 33 91

RGB Percentages of Color #663391

%34.23
%17.11
%48.66

CMYK Percentages of Color #663391

%30
%65
%0
%43

Triadic Colors of #663391

#663391 #916633 #339166

Analogous Colors of #663391

#663391 #91338d #373391

Monochromatic Colors of #663391

#663391

Complementary Color

#663391 #5e9133

#663391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663391 Color CSS Codes

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

#663391 Text Font Color

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

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


#663391 Background Color

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

This div background color is #663391


#663391 Border Color

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

This div border color is #663391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663391


Comments

No comments written yet.

Please login to write comment.