Color Hex Logo

#648efa Color Hex

#648EFA
(100,142,250)
0 Favorites   0 Comments

Color spaces of #648efa

RGB 100142250
HSL0.620.940.69
HSV223°60°98°
CMYK 0.600.430.00   0.02
XYZ32.183828.957594.3356
Yxy28.95750.20700.1862
Hunter Lab53.812212.5854-66.2700
CIE-Lab60.744117.7066-58.3465

#648efa color RGB value is (100,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001110 11111010
Octal 144 216 372
Decimal 100 142 250
Hex 64 8E FA

RGB Percentages of Color #648efa

%20.33
%28.86
%50.81

CMYK Percentages of Color #648efa

%60
%43
%0
%2

Triadic Colors of #648efa

#648efa #fa648e #8efa64

Analogous Colors of #648efa

#648efa #8564fa #64d9fa

Monochromatic Colors of #648efa

#648efa

Complementary Color

#648efa #fad064

#648efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#648efa Color CSS Codes

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

#648efa Text Font Color

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

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


#648efa Background Color

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

This div background color is #648efa


#648efa Border Color

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

This div border color is #648efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648efa

Related Colors


Comments

No comments written yet.

Please login to write comment.