Color Hex Logo

#648290 Color Hex

#648290
(100,130,144)
0 Favorites   0 Comments

Color spaces of #648290

RGB 100130144
HSL0.550.180.48
HSV199°31°56°
CMYK 0.310.100.00   0.44
XYZ18.272220.688229.4157
Yxy20.68820.26720.3026
Hunter Lab45.4843-7.8895-6.5052
CIE-Lab52.6065-7.1459-11.0043

#648290 color RGB value is (100,130,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000010 10010000
Octal 144 202 220
Decimal 100 130 144
Hex 64 82 90

RGB Percentages of Color #648290

%26.74
%34.76
%38.50

CMYK Percentages of Color #648290

%31
%10
%0
%44

Triadic Colors of #648290

#648290 #906482 #829064

Analogous Colors of #648290

#648290 #646c90 #649088

Monochromatic Colors of #648290

#648290

Complementary Color

#648290 #907264

#648290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648290 Color CSS Codes

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

#648290 Text Font Color

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

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


#648290 Background Color

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

This div background color is #648290


#648290 Border Color

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

This div border color is #648290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648290


Comments

No comments written yet.

Please login to write comment.