Color Hex Logo

#649eea Color Hex

#649EEA
(100,158,234)
0 Favorites   0 Comments

Color spaces of #649eea

RGB 100158234
HSL0.590.760.65
HSV214°57°92°
CMYK 0.570.320.00   0.08
XYZ32.333733.103682.5274
Yxy33.10360.21850.2237
Hunter Lab57.5357-0.3748-44.7687
CIE-Lab64.24473.1580-43.9986

#649eea color RGB value is (100,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 11101010
Octal 144 236 352
Decimal 100 158 234
Hex 64 9E EA

RGB Percentages of Color #649eea

%20.33
%32.11
%47.56

CMYK Percentages of Color #649eea

%57
%32
%0
%8

Triadic Colors of #649eea

#649eea #ea649e #9eea64

Analogous Colors of #649eea

#649eea #6d64ea #64e1ea

Monochromatic Colors of #649eea

#649eea

Complementary Color

#649eea #eab064

#649eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#649eea Color CSS Codes

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

#649eea Text Font Color

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

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


#649eea Background Color

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

This div background color is #649eea


#649eea Border Color

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

This div border color is #649eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649eea


Comments

No comments written yet.

Please login to write comment.