Color Hex Logo

#647eeb Color Hex

#647EEB
(100,126,235)
0 Favorites   0 Comments

Color spaces of #647eeb

RGB 100126235
HSL0.630.770.66
HSV228°57°92°
CMYK 0.570.460.00   0.08
XYZ27.711823.629281.6976
Yxy23.62920.20830.1776
Hunter Lab48.609916.6930-65.6205
CIE-Lab55.714622.4325-58.0924

#647eeb color RGB value is (100,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111110 11101011
Octal 144 176 353
Decimal 100 126 235
Hex 64 7E EB

RGB Percentages of Color #647eeb

%21.69
%27.33
%50.98

CMYK Percentages of Color #647eeb

%57
%46
%0
%8

Triadic Colors of #647eeb

#647eeb #eb647e #7eeb64

Analogous Colors of #647eeb

#647eeb #8e64eb #64c2eb

Monochromatic Colors of #647eeb

#647eeb

Complementary Color

#647eeb #ebd164

#647eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#647eeb Color CSS Codes

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

#647eeb Text Font Color

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

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


#647eeb Background Color

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

This div background color is #647eeb


#647eeb Border Color

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

This div border color is #647eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647eeb


Comments

No comments written yet.

Please login to write comment.