Color Hex Logo

#649afd Color Hex

#649AFD
(100,154,253)
0 Favorites   0 Comments

Color spaces of #649afd

RGB 100154253
HSL0.610.970.69
HSV219°60°99°
CMYK 0.600.390.00   0.01
XYZ34.540832.912497.4607
Yxy32.91240.20940.1996
Hunter Lab57.36937.0746-60.5651
CIE-Lab64.089911.5929-54.6604

#649afd color RGB value is (100,154,253).

#649afd hex color red value is 100, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #649afd hue: 0.61 , saturation: 0.97 and the lightness value of 649afd is 0.69.

The process color (four color CMYK) of #649afd color hex is 0.60, 0.39, 0.00, 0.01. Web safe color of #649afd is #6699ff. Color #649afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 11111101
Octal 144 232 375
Decimal 100 154 253
Hex 64 9A FD

RGB Percentages of Color #649afd

%19.72
%30.37
%49.90

CMYK Percentages of Color #649afd

%60
%39
%0
%1

Triadic Colors of #649afd

#649afd #fd649a #9afd64

Analogous Colors of #649afd

#649afd #7b64fd #64e7fd

Monochromatic Colors of #649afd

#649afd

Complementary Color

#649afd #fdc764

#649afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#649afd Color CSS Codes

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

#649afd Text Font Color

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

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


#649afd Background Color

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

This div background color is #649afd


#649afd Border Color

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

This div border color is #649afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649afd


Comments

No comments written yet.

Please login to write comment.