Color Hex Logo

#648bde Color Hex

#648BDE
(100,139,222)
0 Favorites   0 Comments

Color spaces of #648bde

RGB 100139222
HSL0.610.650.63
HSV221°55°87°
CMYK 0.550.370.00   0.13
XYZ27.673026.448572.7538
Yxy26.44850.21810.2085
Hunter Lab51.42816.0501-47.8761
CIE-Lab58.460310.4427-46.4686

#648bde color RGB value is (100,139,222).

#648bde hex color red value is 100, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #648bde hue: 0.61 , saturation: 0.65 and the lightness value of 648bde is 0.63.

The process color (four color CMYK) of #648bde color hex is 0.55, 0.37, 0.00, 0.13. Web safe color of #648bde is #6699cc. Color #648bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 11011110
Octal 144 213 336
Decimal 100 139 222
Hex 64 8B DE

RGB Percentages of Color #648bde

%21.69
%30.15
%48.16

CMYK Percentages of Color #648bde

%55
%37
%0
%13

Triadic Colors of #648bde

#648bde #de648b #8bde64

Analogous Colors of #648bde

#648bde #7a64de #64c8de

Monochromatic Colors of #648bde

#648bde

Complementary Color

#648bde #deb764

#648bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bde Color CSS Codes

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

#648bde Text Font Color

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

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


#648bde Background Color

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

This div background color is #648bde


#648bde Border Color

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

This div border color is #648bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bde


Comments

No comments written yet.

Please login to write comment.