Color Hex Logo

#649fef Color Hex

#649FEF
(100,159,239)
0 Favorites   0 Comments

Color spaces of #649fef

RGB 100159239
HSL0.600.810.66
HSV215°58°94°
CMYK 0.580.330.00   0.06
XYZ33.233733.737686.4218
Yxy33.73760.21670.2199
Hunter Lab58.08410.4844-47.5572
CIE-Lab64.75384.1727-45.9453

#649fef color RGB value is (100,159,239).

#649fef hex color red value is 100, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #649fef hue: 0.60 , saturation: 0.81 and the lightness value of 649fef is 0.66.

The process color (four color CMYK) of #649fef color hex is 0.58, 0.33, 0.00, 0.06. Web safe color of #649fef is #6699ff. Color #649fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011111 11101111
Octal 144 237 357
Decimal 100 159 239
Hex 64 9F EF

RGB Percentages of Color #649fef

%20.08
%31.93
%47.99

CMYK Percentages of Color #649fef

%58
%33
%0
%6

Triadic Colors of #649fef

#649fef #ef649f #9fef64

Analogous Colors of #649fef

#649fef #6f64ef #64e5ef

Monochromatic Colors of #649fef

#649fef

Complementary Color

#649fef #efb464

#649fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#649fef Color CSS Codes

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

#649fef Text Font Color

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

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


#649fef Background Color

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

This div background color is #649fef


#649fef Border Color

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

This div border color is #649fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649fef


Comments

No comments written yet.

Please login to write comment.