Color Hex Logo

#649fea Color Hex

#649FEA
(100,159,234)
0 Favorites   0 Comments

Color spaces of #649fea

RGB 100159234
HSL0.590.760.65
HSV214°57°92°
CMYK 0.570.320.00   0.08
XYZ32.504933.446182.5845
Yxy33.44610.21880.2252
Hunter Lab57.8326-0.8809-44.1828
CIE-Lab64.52052.5842-43.5651

#649fea color RGB value is (100,159,234).

#649fea hex color red value is 100, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #649fea hue: 0.59 , saturation: 0.76 and the lightness value of 649fea is 0.65.

The process color (four color CMYK) of #649fea color hex is 0.57, 0.32, 0.00, 0.08. Web safe color of #649fea is #6699ff. Color #649fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011111 11101010
Octal 144 237 352
Decimal 100 159 234
Hex 64 9F EA

RGB Percentages of Color #649fea

%20.28
%32.25
%47.46

CMYK Percentages of Color #649fea

%57
%32
%0
%8

Triadic Colors of #649fea

#649fea #ea649f #9fea64

Analogous Colors of #649fea

#649fea #6c64ea #64e2ea

Monochromatic Colors of #649fea

#649fea

Complementary Color

#649fea #eaaf64

#649fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#649fea Color CSS Codes

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

#649fea Text Font Color

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

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


#649fea Background Color

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

This div background color is #649fea


#649fea Border Color

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

This div border color is #649fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,159,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649fea;
  -webkit-box-shadow: 1px 1px 3px 2px #649fea;
  box-shadow:         1px 1px 3px 2px #649fea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649fea


Comments

No comments written yet.

Please login to write comment.