Color Hex Logo

#647cfe Color Hex

#647CFE
(100,124,254)
0 Favorites   0 Comments

Color spaces of #647cfe

RGB 100124254
HSL0.640.990.69
HSV231°61°100°
CMYK 0.610.510.00   0.00
XYZ30.352624.280496.8528
Yxy24.28040.20040.1603
Hunter Lab49.275123.7213-82.0449
CIE-Lab56.367429.8323-67.5734

#647cfe color RGB value is (100,124,254).

#647cfe hex color red value is 100, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #647cfe hue: 0.64 , saturation: 0.99 and the lightness value of 647cfe is 0.69.

The process color (four color CMYK) of #647cfe color hex is 0.61, 0.51, 0.00, 0.00. Web safe color of #647cfe is #6666ff. Color #647cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111100 11111110
Octal 144 174 376
Decimal 100 124 254
Hex 64 7C FE

RGB Percentages of Color #647cfe

%20.92
%25.94
%53.14

CMYK Percentages of Color #647cfe

%61
%51
%0
%0

Triadic Colors of #647cfe

#647cfe #fe647c #7cfe64

Analogous Colors of #647cfe

#647cfe #9964fe #64c9fe

Monochromatic Colors of #647cfe

#647cfe

Complementary Color

#647cfe #fee664

#647cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#647cfe Color CSS Codes

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

#647cfe Text Font Color

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

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


#647cfe Background Color

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

This div background color is #647cfe


#647cfe Border Color

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

This div border color is #647cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.