Color Hex Logo

#648ffa Color Hex

#648FFA
(100,143,250)
0 Favorites   0 Comments

Color spaces of #648ffa

RGB 100143250
HSL0.620.940.69
HSV223°60°98°
CMYK 0.600.430.00   0.02
XYZ32.333329.256494.3854
Yxy29.25640.20730.1876
Hunter Lab54.089212.0472-65.5984
CIE-Lab61.007317.1111-57.9263

#648ffa color RGB value is (100,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 11111010
Octal 144 217 372
Decimal 100 143 250
Hex 64 8F FA

RGB Percentages of Color #648ffa

%20.28
%29.01
%50.71

CMYK Percentages of Color #648ffa

%60
%43
%0
%2

Triadic Colors of #648ffa

#648ffa #fa648f #8ffa64

Analogous Colors of #648ffa

#648ffa #8464fa #64dafa

Monochromatic Colors of #648ffa

#648ffa

Complementary Color

#648ffa #facf64

#648ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#648ffa Color CSS Codes

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

#648ffa Text Font Color

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

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


#648ffa Background Color

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

This div background color is #648ffa


#648ffa Border Color

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

This div border color is #648ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.