Color Hex Logo

#64848c Color Hex

#64848C
(100,132,140)
0 Favorites   0 Comments

Color spaces of #64848c

RGB 100132140
HSL0.530.170.47
HSV192°29°55°
CMYK 0.290.060.00   0.45
XYZ18.240421.105327.9233
Yxy21.10530.27120.3137
Hunter Lab45.9405-9.5235-3.8790
CIE-Lab53.0645-9.2875-7.9900

#64848c color RGB value is (100,132,140).

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

The process color (four color CMYK) of #64848c color hex is 0.29, 0.06, 0.00, 0.45. Web safe color of #64848c is #669999. Color #64848c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 10001100
Octal 144 204 214
Decimal 100 132 140
Hex 64 84 8C

RGB Percentages of Color #64848c

%26.88
%35.48
%37.63

CMYK Percentages of Color #64848c

%29
%6
%0
%45

Triadic Colors of #64848c

#64848c #8c6484 #848c64

Analogous Colors of #64848c

#64848c #64708c #648c80

Monochromatic Colors of #64848c

#64848c

Complementary Color

#64848c #8c6c64

#64848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64848c Color CSS Codes

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

#64848c Text Font Color

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

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


#64848c Background Color

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

This div background color is #64848c


#64848c Border Color

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

This div border color is #64848c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,132,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64848c


Comments

No comments written yet.

Please login to write comment.