Color Hex Logo

#648eec Color Hex

#648EEC
(100,142,236)
0 Favorites   0 Comments

Color spaces of #648eec

RGB 100142236
HSL0.620.780.66
HSV221°58°93°
CMYK 0.580.400.00   0.07
XYZ30.068928.111583.1981
Yxy28.11150.21270.1988
Hunter Lab53.02038.4456-55.9222
CIE-Lab59.989313.1526-51.8281

#648eec color RGB value is (100,142,236).

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

The process color (four color CMYK) of #648eec color hex is 0.58, 0.40, 0.00, 0.07. Web safe color of #648eec is #6699ff. Color #648eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001110 11101100
Octal 144 216 354
Decimal 100 142 236
Hex 64 8E EC

RGB Percentages of Color #648eec

%20.92
%29.71
%49.37

CMYK Percentages of Color #648eec

%58
%40
%0
%7

Triadic Colors of #648eec

#648eec #ec648e #8eec64

Analogous Colors of #648eec

#648eec #7e64ec #64d2ec

Monochromatic Colors of #648eec

#648eec

Complementary Color

#648eec #ecc264

#648eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#648eec Color CSS Codes

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

#648eec Text Font Color

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

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


#648eec Background Color

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

This div background color is #648eec


#648eec Border Color

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

This div border color is #648eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648eec


Comments

No comments written yet.

Please login to write comment.