Color Hex Logo

#648aee Color Hex

#648AEE
(100,138,238)
0 Favorites   0 Comments

Color spaces of #648aee

RGB 100138238
HSL0.620.800.66
HSV223°58°93°
CMYK 0.580.420.00   0.07
XYZ29.776627.059384.5425
Yxy27.05930.21060.1914
Hunter Lab52.018611.1450-59.9473
CIE-Lab59.029216.1837-54.4631

#648aee color RGB value is (100,138,238).

#648aee hex color red value is 100, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #648aee hue: 0.62 , saturation: 0.80 and the lightness value of 648aee is 0.66.

The process color (four color CMYK) of #648aee color hex is 0.58, 0.42, 0.00, 0.07. Web safe color of #648aee is #6699ff. Color #648aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001010 11101110
Octal 144 212 356
Decimal 100 138 238
Hex 64 8A EE

RGB Percentages of Color #648aee

%21.01
%28.99
%50.00

CMYK Percentages of Color #648aee

%58
%42
%0
%7

Triadic Colors of #648aee

#648aee #ee648a #8aee64

Analogous Colors of #648aee

#648aee #8364ee #64cfee

Monochromatic Colors of #648aee

#648aee

Complementary Color

#648aee #eec864

#648aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#648aee Color CSS Codes

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

#648aee Text Font Color

<p style="color:#648aee">Text here</p>

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


#648aee Background Color

<div style="background-color:#648aee">
Div content here</div>

This div background color is #648aee


#648aee Border Color

<div style="border:3px solid #648aee">
Div here</div>

This div border color is #648aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,138,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648aee;
  -webkit-box-shadow: 1px 1px 3px 2px #648aee;
  box-shadow:         1px 1px 3px 2px #648aee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648aee


Comments

No comments written yet.

Please login to write comment.