Color Hex Logo

#648bff Color Hex

#648BFF
(100,139,255)
0 Favorites   0 Comments

Color spaces of #648bff

RGB 100139255
HSL0.621.000.70
HSV225°61°100°
CMYK 0.610.450.00   0.00
XYZ32.538128.394698.3735
Yxy28.39460.20420.1782
Hunter Lab53.286615.7450-72.1559
CIE-Lab60.243621.1382-61.8919

#648bff color RGB value is (100,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 11111111
Octal 144 213 377
Decimal 100 139 255
Hex 64 8B FF

RGB Percentages of Color #648bff

%20.24
%28.14
%51.62

CMYK Percentages of Color #648bff

%61
%45
%0
%0

Triadic Colors of #648bff

#648bff #ff648b #8bff64

Analogous Colors of #648bff

#648bff #8b64ff #64d9ff

Monochromatic Colors of #648bff

#648bff

Complementary Color

#648bff #ffd864

#648bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bff Color CSS Codes

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

#648bff Text Font Color

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

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


#648bff Background Color

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

This div background color is #648bff


#648bff Border Color

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

This div border color is #648bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,139,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 #648bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bff


Comments

No comments written yet.

Please login to write comment.