Color Hex Logo

#663581 Color Hex

#663581
(102,53,129)
0 Favorites   0 Comments

Color spaces of #663581

RGB 10253129
HSL0.770.420.36
HSV279°59°51°
CMYK 0.210.590.00   0.49
XYZ10.71506.956021.5468
Yxy6.95600.27320.1774
Hunter Lab26.374226.3639-29.9758
CIE-Lab31.706535.9078-34.2952

#663581 color RGB value is (102,53,129).

#663581 hex color red value is 102, green value is 53 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #663581 hue: 0.77 , saturation: 0.42 and the lightness value of 663581 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 10000001
Octal 146 65 201
Decimal 102 53 129
Hex 66 35 81

RGB Percentages of Color #663581

%35.92
%18.66
%45.42

CMYK Percentages of Color #663581

%21
%59
%0
%49

Triadic Colors of #663581

#663581 #816635 #358166

Analogous Colors of #663581

#663581 #813576 #403581

Monochromatic Colors of #663581

#663581

Complementary Color

#663581 #508135

#663581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663581 Color CSS Codes

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

#663581 Text Font Color

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

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


#663581 Background Color

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

This div background color is #663581


#663581 Border Color

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

This div border color is #663581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663581


Comments

No comments written yet.

Please login to write comment.