Color Hex Logo

#663864 Color Hex

#663864
(102,56,100)
0 Favorites   0 Comments

Color spaces of #663864

RGB 10256100
HSL0.840.290.31
HSV303°45°40°
CMYK 0.000.450.02   0.60
XYZ9.19396.573212.8408
Yxy6.57320.32140.2298
Hunter Lab25.638319.1433-11.7483
CIE-Lab30.814827.7336-17.3633

#663864 color RGB value is (102,56,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111000 01100100
Octal 146 70 144
Decimal 102 56 100
Hex 66 38 64

RGB Percentages of Color #663864

%39.53
%21.71
%38.76

CMYK Percentages of Color #663864

%0
%45
%2
%60

Triadic Colors of #663864

#663864 #646638 #386466

Analogous Colors of #663864

#663864 #66384d #513866

Monochromatic Colors of #663864

#663864

Complementary Color

#663864 #38663a

#663864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663864 Color CSS Codes

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

#663864 Text Font Color

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

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


#663864 Background Color

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

This div background color is #663864


#663864 Border Color

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

This div border color is #663864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663864


Comments

No comments written yet.

Please login to write comment.