Color Hex Logo

#647fea Color Hex

#647FEA
(100,127,234)
0 Favorites   0 Comments

Color spaces of #647fea

RGB 100127234
HSL0.630.760.65
HSV228°57°92°
CMYK 0.570.460.00   0.08
XYZ27.696223.828680.9815
Yxy23.82860.20900.1798
Hunter Lab48.814515.8511-64.1897
CIE-Lab55.915821.5032-57.2130

#647fea color RGB value is (100,127,234).

#647fea hex color red value is 100, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #647fea hue: 0.63 , saturation: 0.76 and the lightness value of 647fea is 0.65.

The process color (four color CMYK) of #647fea color hex is 0.57, 0.46, 0.00, 0.08. Web safe color of #647fea is #6666ff. Color #647fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111111 11101010
Octal 144 177 352
Decimal 100 127 234
Hex 64 7F EA

RGB Percentages of Color #647fea

%21.69
%27.55
%50.76

CMYK Percentages of Color #647fea

%57
%46
%0
%8

Triadic Colors of #647fea

#647fea #ea647f #7fea64

Analogous Colors of #647fea

#647fea #8c64ea #64c2ea

Monochromatic Colors of #647fea

#647fea

Complementary Color

#647fea #eacf64

#647fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#647fea Color CSS Codes

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

#647fea Text Font Color

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

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


#647fea Background Color

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

This div background color is #647fea


#647fea Border Color

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

This div border color is #647fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647fea


Comments

No comments written yet.

Please login to write comment.