Color Hex Logo

#648490 Color Hex

#648490
(100,132,144)
0 Favorites   0 Comments

Color spaces of #648490

RGB 100132144
HSL0.550.180.48
HSV196°31°56°
CMYK 0.310.080.00   0.44
XYZ18.540821.225529.5053
Yxy21.22550.26770.3064
Hunter Lab46.0711-8.7892-5.7212
CIE-Lab53.1954-8.2770-10.1201

#648490 color RGB value is (100,132,144).

#648490 hex color red value is 100, green value is 132 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #648490 hue: 0.55 , saturation: 0.18 and the lightness value of 648490 is 0.48.

The process color (four color CMYK) of #648490 color hex is 0.31, 0.08, 0.00, 0.44. Web safe color of #648490 is #669999. Color #648490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 10010000
Octal 144 204 220
Decimal 100 132 144
Hex 64 84 90

RGB Percentages of Color #648490

%26.60
%35.11
%38.30

CMYK Percentages of Color #648490

%31
%8
%0
%44

Triadic Colors of #648490

#648490 #906484 #849064

Analogous Colors of #648490

#648490 #646e90 #649086

Monochromatic Colors of #648490

#648490

Complementary Color

#648490 #907064

#648490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648490 Color CSS Codes

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

#648490 Text Font Color

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

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


#648490 Background Color

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

This div background color is #648490


#648490 Border Color

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

This div border color is #648490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648490


Comments

No comments written yet.

Please login to write comment.