Color Hex Logo

#648dae Color Hex

#648DAE
(100,141,174)
0 Favorites   0 Comments

Color spaces of #648dae

RGB 100141174
HSL0.570.310.54
HSV207°43°68°
CMYK 0.430.190.00   0.32
XYZ22.420424.815143.6525
Yxy24.81510.24670.2730
Hunter Lab49.8148-6.8374-17.0853
CIE-Lab56.8948-5.2636-21.7924

#648dae color RGB value is (100,141,174).

#648dae hex color red value is 100, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #648dae hue: 0.57 , saturation: 0.31 and the lightness value of 648dae is 0.54.

The process color (four color CMYK) of #648dae color hex is 0.43, 0.19, 0.00, 0.32. Web safe color of #648dae is #669999. Color #648dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001101 10101110
Octal 144 215 256
Decimal 100 141 174
Hex 64 8D AE

RGB Percentages of Color #648dae

%24.10
%33.98
%41.93

CMYK Percentages of Color #648dae

%43
%19
%0
%32

Triadic Colors of #648dae

#648dae #ae648d #8dae64

Analogous Colors of #648dae

#648dae #6468ae #64aeaa

Monochromatic Colors of #648dae

#648dae

Complementary Color

#648dae #ae8564

#648dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#648dae Color CSS Codes

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

#648dae Text Font Color

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

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


#648dae Background Color

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

This div background color is #648dae


#648dae Border Color

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

This div border color is #648dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,141,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648dae;
  -webkit-box-shadow: 1px 1px 3px 2px #648dae;
  box-shadow:         1px 1px 3px 2px #648dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648dae


Comments

No comments written yet.

Please login to write comment.