Color Hex Logo

#647aef Color Hex

#647AEF
(100,122,239)
0 Favorites   0 Comments

Color spaces of #647aef

RGB 100122239
HSL0.640.810.66
HSV231°58°94°
CMYK 0.580.490.00   0.06
XYZ27.795122.860484.6089
Yxy22.86040.20550.1690
Hunter Lab47.812620.0963-71.4506
CIE-Lab54.928326.1539-61.5818

#647aef color RGB value is (100,122,239).

#647aef hex color red value is 100, green value is 122 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #647aef hue: 0.64 , saturation: 0.81 and the lightness value of 647aef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111010 11101111
Octal 144 172 357
Decimal 100 122 239
Hex 64 7A EF

RGB Percentages of Color #647aef

%21.69
%26.46
%51.84

CMYK Percentages of Color #647aef

%58
%49
%0
%6

Triadic Colors of #647aef

#647aef #ef647a #7aef64

Analogous Colors of #647aef

#647aef #9464ef #64c0ef

Monochromatic Colors of #647aef

#647aef

Complementary Color

#647aef #efd964

#647aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#647aef Color CSS Codes

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

#647aef Text Font Color

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

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


#647aef Background Color

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

This div background color is #647aef


#647aef Border Color

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

This div border color is #647aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647aef


Comments

No comments written yet.

Please login to write comment.