Color Hex Logo

#663570 Color Hex

#663570
(102,53,112)
0 Favorites   0 Comments

Color spaces of #663570

RGB 10253112
HSL0.810.360.32
HSV290°53°44°
CMYK 0.090.530.00   0.56
XYZ9.67726.540816.0817
Yxy6.54080.29960.2025
Hunter Lab25.575022.7856-19.3794
CIE-Lab30.737832.0190-25.1368

#663570 color RGB value is (102,53,112).

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

The process color (four color CMYK) of #663570 color hex is 0.09, 0.53, 0.00, 0.56. Web safe color of #663570 is #663366. Color #663570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 01110000
Octal 146 65 160
Decimal 102 53 112
Hex 66 35 70

RGB Percentages of Color #663570

%38.20
%19.85
%41.95

CMYK Percentages of Color #663570

%9
%53
%0
%56

Triadic Colors of #663570

#663570 #706635 #357066

Analogous Colors of #663570

#663570 #70355d #493570

Monochromatic Colors of #663570

#663570

Complementary Color

#663570 #3f7035

#663570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663570 Color CSS Codes

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

#663570 Text Font Color

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

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


#663570 Background Color

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

This div background color is #663570


#663570 Border Color

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

This div border color is #663570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663570


Comments

No comments written yet.

Please login to write comment.