Color Hex Logo

#66507a Color Hex

#66507A
(102,80,122)
0 Favorites   0 Comments

Color spaces of #66507a

RGB 10280122
HSL0.750.210.40
HSV271°34°48°
CMYK 0.160.340.00   0.52
XYZ11.86109.967219.7111
Yxy9.96720.28550.2399
Hunter Lab31.570911.8124-14.9178
CIE-Lab37.783518.0351-20.4092

#66507a color RGB value is (102,80,122).

#66507a hex color red value is 102, green value is 80 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #66507a hue: 0.75 , saturation: 0.21 and the lightness value of 66507a is 0.40.

The process color (four color CMYK) of #66507a color hex is 0.16, 0.34, 0.00, 0.52. Web safe color of #66507a is #666666. Color #66507a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010000 01111010
Octal 146 120 172
Decimal 102 80 122
Hex 66 50 7A

RGB Percentages of Color #66507a

%33.55
%26.32
%40.13

CMYK Percentages of Color #66507a

%16
%34
%0
%52

Triadic Colors of #66507a

#66507a #7a6650 #507a66

Analogous Colors of #66507a

#66507a #7a5079 #51507a

Monochromatic Colors of #66507a

#66507a

Complementary Color

#66507a #647a50

#66507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66507a Color CSS Codes

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

#66507a Text Font Color

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

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


#66507a Background Color

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

This div background color is #66507a


#66507a Border Color

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

This div border color is #66507a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,80,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66507a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66507a;
  -webkit-box-shadow: 1px 1px 3px 2px #66507a;
  box-shadow:         1px 1px 3px 2px #66507a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66507a


Comments

No comments written yet.

Please login to write comment.