Color Hex Logo

#647cfc Color Hex

#647CFC
(100,124,252)
0 Favorites   0 Comments

Color spaces of #647cfc

RGB 100124252
HSL0.640.960.69
HSV231°60°99°
CMYK 0.600.510.00   0.01
XYZ30.033924.152995.1745
Yxy24.15290.20110.1617
Hunter Lab49.145623.0803-80.4180
CIE-Lab56.240629.1789-66.6747

#647cfc color RGB value is (100,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111100 11111100
Octal 144 174 374
Decimal 100 124 252
Hex 64 7C FC

RGB Percentages of Color #647cfc

%21.01
%26.05
%52.94

CMYK Percentages of Color #647cfc

%60
%51
%0
%1

Triadic Colors of #647cfc

#647cfc #fc647c #7cfc64

Analogous Colors of #647cfc

#647cfc #9864fc #64c8fc

Monochromatic Colors of #647cfc

#647cfc

Complementary Color

#647cfc #fce464

#647cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#647cfc Color CSS Codes

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

#647cfc Text Font Color

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

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


#647cfc Background Color

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

This div background color is #647cfc


#647cfc Border Color

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

This div border color is #647cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647cfc


Comments

No comments written yet.

Please login to write comment.