Color Hex Logo

#648fdb Color Hex

#648FDB
(100,143,219)
0 Favorites   0 Comments

Color spaces of #648fdb

RGB 100143219
HSL0.610.620.63
HSV218°54°86°
CMYK 0.540.350.00   0.14
XYZ27.864227.468770.8512
Yxy27.46870.22080.2177
Hunter Lab52.41063.1814-43.4637
CIE-Lab59.40577.1295-43.3010

#648fdb color RGB value is (100,143,219).

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

The process color (four color CMYK) of #648fdb color hex is 0.54, 0.35, 0.00, 0.14. Web safe color of #648fdb is #6699cc. Color #648fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 11011011
Octal 144 217 333
Decimal 100 143 219
Hex 64 8F DB

RGB Percentages of Color #648fdb

%21.65
%30.95
%47.40

CMYK Percentages of Color #648fdb

%54
%35
%0
%14

Triadic Colors of #648fdb

#648fdb #db648f #8fdb64

Analogous Colors of #648fdb

#648fdb #7564db #64cbdb

Monochromatic Colors of #648fdb

#648fdb

Complementary Color

#648fdb #dbb064

#648fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#648fdb Color CSS Codes

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

#648fdb Text Font Color

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

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


#648fdb Background Color

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

This div background color is #648fdb


#648fdb Border Color

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

This div border color is #648fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648fdb


Comments

No comments written yet.

Please login to write comment.