Color Hex Logo

#663564 Color Hex

#663564
(102,53,100)
0 Favorites   0 Comments

Color spaces of #663564

RGB 10253100
HSL0.840.320.30
HSV302°48°40°
CMYK 0.000.480.02   0.60
XYZ9.05286.291112.7938
Yxy6.29110.32170.2236
Hunter Lab25.082120.5319-12.6851
CIE-Lab30.135329.4824-18.4151

#663564 color RGB value is (102,53,100).

#663564 hex color red value is 102, green value is 53 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #663564 hue: 0.84 , saturation: 0.32 and the lightness value of 663564 is 0.30.

The process color (four color CMYK) of #663564 color hex is 0.00, 0.48, 0.02, 0.60. Web safe color of #663564 is #663366. Color #663564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 01100100
Octal 146 65 144
Decimal 102 53 100
Hex 66 35 64

RGB Percentages of Color #663564

%40.00
%20.78
%39.22

CMYK Percentages of Color #663564

%0
%48
%2
%60

Triadic Colors of #663564

#663564 #646635 #356466

Analogous Colors of #663564

#663564 #66354c #503566

Monochromatic Colors of #663564

#663564

Complementary Color

#663564 #356637

#663564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663564 Color CSS Codes

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

#663564 Text Font Color

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

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


#663564 Background Color

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

This div background color is #663564


#663564 Border Color

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

This div border color is #663564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663564


Comments

No comments written yet.

Please login to write comment.