Color Hex Logo

#648bfb Color Hex

#648BFB
(100,139,251)
0 Favorites   0 Comments

Color spaces of #648bfb

RGB 100139251
HSL0.620.950.69
HSV225°60°98°
CMYK 0.600.450.00   0.02
XYZ31.900728.139695.0169
Yxy28.13960.20570.1815
Hunter Lab53.046814.5126-69.0670
CIE-Lab60.014619.8259-60.0621

#648bfb color RGB value is (100,139,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 11111011
Octal 144 213 373
Decimal 100 139 251
Hex 64 8B FB

RGB Percentages of Color #648bfb

%20.41
%28.37
%51.22

CMYK Percentages of Color #648bfb

%60
%45
%0
%2

Triadic Colors of #648bfb

#648bfb #fb648b #8bfb64

Analogous Colors of #648bfb

#648bfb #8964fb #64d7fb

Monochromatic Colors of #648bfb

#648bfb

Complementary Color

#648bfb #fbd464

#648bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bfb Color CSS Codes

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

#648bfb Text Font Color

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

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


#648bfb Background Color

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

This div background color is #648bfb


#648bfb Border Color

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

This div border color is #648bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bfb


Comments

No comments written yet.

Please login to write comment.