Color Hex Logo

#663181 Color Hex

#663181
(102,49,129)
0 Favorites   0 Comments

Color spaces of #663181

RGB 10249129
HSL0.780.450.35
HSV280°62°51°
CMYK 0.210.620.00   0.49
XYZ10.54036.606421.4885
Yxy6.60640.27280.1710
Hunter Lab25.702928.2195-31.5764
CIE-Lab30.893538.0922-35.5917

#663181 color RGB value is (102,49,129).

#663181 hex color red value is 102, green value is 49 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #663181 hue: 0.78 , saturation: 0.45 and the lightness value of 663181 is 0.35.

The process color (four color CMYK) of #663181 color hex is 0.21, 0.62, 0.00, 0.49. Web safe color of #663181 is #663399. Color #663181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110001 10000001
Octal 146 61 201
Decimal 102 49 129
Hex 66 31 81

RGB Percentages of Color #663181

%36.43
%17.50
%46.07

CMYK Percentages of Color #663181

%21
%62
%0
%49

Triadic Colors of #663181

#663181 #816631 #318166

Analogous Colors of #663181

#663181 #813174 #3e3181

Monochromatic Colors of #663181

#663181

Complementary Color

#663181 #4c8131

#663181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663181 Color CSS Codes

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

#663181 Text Font Color

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

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


#663181 Background Color

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

This div background color is #663181


#663181 Border Color

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

This div border color is #663181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663181


Comments

No comments written yet.

Please login to write comment.