Color Hex Logo

#663675 Color Hex

#663675
(102,54,117)
0 Favorites   0 Comments

Color spaces of #663675

RGB 10254117
HSL0.790.370.34
HSV286°54°46°
CMYK 0.130.540.00   0.54
XYZ10.00956.747517.6045
Yxy6.74750.29130.1964
Hunter Lab25.976023.3248-21.9990
CIE-Lab31.225032.5612-27.5335

#663675 color RGB value is (102,54,117).

#663675 hex color red value is 102, green value is 54 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #663675 hue: 0.79 , saturation: 0.37 and the lightness value of 663675 is 0.34.

The process color (four color CMYK) of #663675 color hex is 0.13, 0.54, 0.00, 0.54. Web safe color of #663675 is #663366. Color #663675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110110 01110101
Octal 146 66 165
Decimal 102 54 117
Hex 66 36 75

RGB Percentages of Color #663675

%37.36
%19.78
%42.86

CMYK Percentages of Color #663675

%13
%54
%0
%54

Triadic Colors of #663675

#663675 #756636 #367566

Analogous Colors of #663675

#663675 #753665 #473675

Monochromatic Colors of #663675

#663675

Complementary Color

#663675 #457536

#663675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663675 Color CSS Codes

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

#663675 Text Font Color

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

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


#663675 Background Color

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

This div background color is #663675


#663675 Border Color

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

This div border color is #663675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663675


Comments

No comments written yet.

Please login to write comment.