Color Hex Logo

#648feb Color Hex

#648FEB
(100,143,235)
0 Favorites   0 Comments

Color spaces of #648feb

RGB 100143235
HSL0.610.770.66
HSV221°57°92°
CMYK 0.570.390.00   0.08
XYZ30.073428.352482.4848
Yxy28.35240.21340.2012
Hunter Lab53.24707.6330-54.5732
CIE-Lab60.205812.2367-50.9308

#648feb color RGB value is (100,143,235).

#648feb hex color red value is 100, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #648feb hue: 0.61 , saturation: 0.77 and the lightness value of 648feb is 0.66.

The process color (four color CMYK) of #648feb color hex is 0.57, 0.39, 0.00, 0.08. Web safe color of #648feb is #6699ff. Color #648feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001111 11101011
Octal 144 217 353
Decimal 100 143 235
Hex 64 8F EB

RGB Percentages of Color #648feb

%20.92
%29.92
%49.16

CMYK Percentages of Color #648feb

%57
%39
%0
%8

Triadic Colors of #648feb

#648feb #eb648f #8feb64

Analogous Colors of #648feb

#648feb #7d64eb #64d3eb

Monochromatic Colors of #648feb

#648feb

Complementary Color

#648feb #ebc064

#648feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#648feb Color CSS Codes

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

#648feb Text Font Color

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

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


#648feb Background Color

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

This div background color is #648feb


#648feb Border Color

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

This div border color is #648feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648feb


Comments

No comments written yet.

Please login to write comment.