Color Hex Logo

#66537e Color Hex

#66537E
(102,83,126)
0 Favorites   0 Comments

Color spaces of #66537e

RGB 10283126
HSL0.740.210.41
HSV267°34°49°
CMYK 0.190.340.00   0.51
XYZ12.338610.517721.1185
Yxy10.51770.28060.2392
Hunter Lab32.431011.1573-15.9069
CIE-Lab38.756017.1530-21.3636

#66537e color RGB value is (102,83,126).

#66537e hex color red value is 102, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #66537e hue: 0.74 , saturation: 0.21 and the lightness value of 66537e is 0.41.

The process color (four color CMYK) of #66537e color hex is 0.19, 0.34, 0.00, 0.51. Web safe color of #66537e is #666666. Color #66537e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010011 01111110
Octal 146 123 176
Decimal 102 83 126
Hex 66 53 7E

RGB Percentages of Color #66537e

%32.80
%26.69
%40.51

CMYK Percentages of Color #66537e

%19
%34
%0
%51

Triadic Colors of #66537e

#66537e #7e6653 #537e66

Analogous Colors of #66537e

#66537e #7c537e #53567e

Monochromatic Colors of #66537e

#66537e

Complementary Color

#66537e #6b7e53

#66537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66537e Color CSS Codes

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

#66537e Text Font Color

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

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


#66537e Background Color

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

This div background color is #66537e


#66537e Border Color

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

This div border color is #66537e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,83,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66537e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66537e;
  -webkit-box-shadow: 1px 1px 3px 2px #66537e;
  box-shadow:         1px 1px 3px 2px #66537e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66537e


Comments

No comments written yet.

Please login to write comment.