Color Hex Logo

#66498a Color Hex

#66498A
(102,73,138)
0 Favorites   0 Comments

Color spaces of #66498a

RGB 10273138
HSL0.740.310.41
HSV267°47°54°
CMYK 0.260.470.00   0.46
XYZ12.44959.424825.2078
Yxy9.42480.26440.2002
Hunter Lab30.699818.6612-27.1934
CIE-Lab36.789626.3848-31.7900

#66498a color RGB value is (102,73,138).

#66498a hex color red value is 102, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #66498a hue: 0.74 , saturation: 0.31 and the lightness value of 66498a is 0.41.

The process color (four color CMYK) of #66498a color hex is 0.26, 0.47, 0.00, 0.46. Web safe color of #66498a is #663399. Color #66498a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 10001010
Octal 146 111 212
Decimal 102 73 138
Hex 66 49 8A

RGB Percentages of Color #66498a

%32.59
%23.32
%44.09

CMYK Percentages of Color #66498a

%26
%47
%0
%46

Triadic Colors of #66498a

#66498a #8a6649 #498a66

Analogous Colors of #66498a

#66498a #87498a #494d8a

Monochromatic Colors of #66498a

#66498a

Complementary Color

#66498a #6d8a49

#66498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66498a Color CSS Codes

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

#66498a Text Font Color

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

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


#66498a Background Color

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

This div background color is #66498a


#66498a Border Color

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

This div border color is #66498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66498a


Comments

No comments written yet.

Please login to write comment.