Color Hex Logo

#648bfc Color Hex

#648BFC
(100,139,252)
0 Favorites   0 Comments

Color spaces of #648bfc

RGB 100139252
HSL0.620.960.69
HSV225°60°99°
CMYK 0.600.450.00   0.01
XYZ32.058828.202895.8495
Yxy28.20280.20540.1807
Hunter Lab53.106314.8194-69.8358
CIE-Lab60.071520.1539-60.5207

#648bfc color RGB value is (100,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 11111100
Octal 144 213 374
Decimal 100 139 252
Hex 64 8B FC

RGB Percentages of Color #648bfc

%20.37
%28.31
%51.32

CMYK Percentages of Color #648bfc

%60
%45
%0
%1

Triadic Colors of #648bfc

#648bfc #fc648b #8bfc64

Analogous Colors of #648bfc

#648bfc #8964fc #64d7fc

Monochromatic Colors of #648bfc

#648bfc

Complementary Color

#648bfc #fcd564

#648bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bfc Color CSS Codes

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

#648bfc Text Font Color

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

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


#648bfc Background Color

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

This div background color is #648bfc


#648bfc Border Color

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

This div border color is #648bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bfc


Comments

No comments written yet.

Please login to write comment.