Color Hex Logo

#649dfe Color Hex

#649DFE
(100,157,254)
0 Favorites   0 Comments

Color spaces of #649dfe

RGB 100157254
HSL0.600.990.69
HSV218°61°100°
CMYK 0.610.380.00   0.00
XYZ35.201933.979098.4692
Yxy33.97900.21000.2027
Hunter Lab58.29155.7850-59.3518
CIE-Lab64.945910.1654-53.8471

#649dfe color RGB value is (100,157,254).

#649dfe hex color red value is 100, green value is 157 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #649dfe hue: 0.60 , saturation: 0.99 and the lightness value of 649dfe is 0.69.

The process color (four color CMYK) of #649dfe color hex is 0.61, 0.38, 0.00, 0.00. Web safe color of #649dfe is #6699ff. Color #649dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 11111110
Octal 144 235 376
Decimal 100 157 254
Hex 64 9D FE

RGB Percentages of Color #649dfe

%19.57
%30.72
%49.71

CMYK Percentages of Color #649dfe

%61
%38
%0
%0

Triadic Colors of #649dfe

#649dfe #fe649d #9dfe64

Analogous Colors of #649dfe

#649dfe #7864fe #64eafe

Monochromatic Colors of #649dfe

#649dfe

Complementary Color

#649dfe #fec564

#649dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dfe Color CSS Codes

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

#649dfe Text Font Color

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

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


#649dfe Background Color

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

This div background color is #649dfe


#649dfe Border Color

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

This div border color is #649dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dfe


Comments

No comments written yet.

Please login to write comment.