Color Hex Logo

#64848a Color Hex

#64848A
(100,132,138)
0 Favorites   0 Comments

Color spaces of #64848a

RGB 100132138
HSL0.530.160.47
HSV189°28°54°
CMYK 0.280.040.00   0.46
XYZ18.094221.046827.1535
Yxy21.04680.27290.3175
Hunter Lab45.8768-9.8825-2.9787
CIE-Lab53.0007-9.7848-6.9216

#64848a color RGB value is (100,132,138).

#64848a hex color red value is 100, green value is 132 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #64848a hue: 0.53 , saturation: 0.16 and the lightness value of 64848a is 0.47.

The process color (four color CMYK) of #64848a color hex is 0.28, 0.04, 0.00, 0.46. Web safe color of #64848a is #669999. Color #64848a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 10001010
Octal 144 204 212
Decimal 100 132 138
Hex 64 84 8A

RGB Percentages of Color #64848a

%27.03
%35.68
%37.30

CMYK Percentages of Color #64848a

%28
%4
%0
%46

Triadic Colors of #64848a

#64848a #8a6484 #848a64

Analogous Colors of #64848a

#64848a #64718a #648a7d

Monochromatic Colors of #64848a

#64848a

Complementary Color

#64848a #8a6a64

#64848a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64848a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64848a Color CSS Codes

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

#64848a Text Font Color

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

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


#64848a Background Color

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

This div background color is #64848a


#64848a Border Color

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

This div border color is #64848a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,132,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 #64848a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64848a


Comments

No comments written yet.

Please login to write comment.