Color Hex Logo

#648fff Color Hex

#648FFF
(100,143,255)
0 Favorites   0 Comments

Color spaces of #648fff

RGB 100143255
HSL0.621.000.70
HSV223°61°100°
CMYK 0.610.440.00   0.00
XYZ33.128029.574298.5701
Yxy29.57420.20540.1834
Hunter Lab54.382213.5681-69.3983
CIE-Lab61.285118.7501-60.2249

#648fff color RGB value is (100,143,255).

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

The process color (four color CMYK) of #648fff color hex is 0.61, 0.44, 0.00, 0.00. Web safe color of #648fff is #6699ff. Color #648fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 11111111
Octal 144 217 377
Decimal 100 143 255
Hex 64 8F FF

RGB Percentages of Color #648fff

%20.08
%28.71
%51.20

CMYK Percentages of Color #648fff

%61
%44
%0
%0

Triadic Colors of #648fff

#648fff #ff648f #8fff64

Analogous Colors of #648fff

#648fff #8764ff #64ddff

Monochromatic Colors of #648fff

#648fff

Complementary Color

#648fff #ffd464

#648fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#648fff Color CSS Codes

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

#648fff Text Font Color

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

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


#648fff Background Color

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

This div background color is #648fff


#648fff Border Color

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

This div border color is #648fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648fff


Comments

No comments written yet.

Please login to write comment.