Color Hex Logo

#66498b Color Hex

#66498B
(102,73,139)
0 Favorites   0 Comments

Color spaces of #66498b

RGB 10273139
HSL0.740.310.42
HSV266°47°55°
CMYK 0.270.470.00   0.45
XYZ12.52229.453925.5909
Yxy9.45390.26330.1987
Hunter Lab30.747218.8889-27.8240
CIE-Lab36.843926.6442-32.3154

#66498b color RGB value is (102,73,139).

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

The process color (four color CMYK) of #66498b color hex is 0.27, 0.47, 0.00, 0.45. Web safe color of #66498b is #663399. Color #66498b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001001 10001011
Octal 146 111 213
Decimal 102 73 139
Hex 66 49 8B

RGB Percentages of Color #66498b

%32.48
%23.25
%44.27

CMYK Percentages of Color #66498b

%27
%47
%0
%45

Triadic Colors of #66498b

#66498b #8b6649 #498b66

Analogous Colors of #66498b

#66498b #87498b #494d8b

Monochromatic Colors of #66498b

#66498b

Complementary Color

#66498b #6e8b49

#66498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66498b Color CSS Codes

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

#66498b Text Font Color

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

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


#66498b Background Color

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

This div background color is #66498b


#66498b Border Color

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

This div border color is #66498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66498b

#66498b Color Palettes


Comments

No comments written yet.

Please login to write comment.