Color Hex Logo

#647eec Color Hex

#647EEC
(100,126,236)
0 Favorites   0 Comments

Color spaces of #647eec

RGB 100126236
HSL0.630.780.66
HSV229°58°93°
CMYK 0.580.470.00   0.07
XYZ27.856723.687282.4608
Yxy23.68720.20790.1768
Hunter Lab48.669516.9955-66.3865
CIE-Lab55.773222.7567-58.5555

#647eec color RGB value is (100,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111110 11101100
Octal 144 176 354
Decimal 100 126 236
Hex 64 7E EC

RGB Percentages of Color #647eec

%21.65
%27.27
%51.08

CMYK Percentages of Color #647eec

%58
%47
%0
%7

Triadic Colors of #647eec

#647eec #ec647e #7eec64

Analogous Colors of #647eec

#647eec #8e64ec #64c2ec

Monochromatic Colors of #647eec

#647eec

Complementary Color

#647eec #ecd264

#647eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#647eec Color CSS Codes

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

#647eec Text Font Color

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

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


#647eec Background Color

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

This div background color is #647eec


#647eec Border Color

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

This div border color is #647eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647eec


Comments

No comments written yet.

Please login to write comment.