Color Hex Logo

#647deb Color Hex

#647DEB
(100,125,235)
0 Favorites   0 Comments

Color spaces of #647deb

RGB 100125235
HSL0.640.770.66
HSV229°57°92°
CMYK 0.570.470.00   0.08
XYZ27.584523.374781.6552
Yxy23.37470.20800.1763
Hunter Lab48.347417.2349-66.2933
CIE-Lab55.456223.0379-58.5065

#647deb color RGB value is (100,125,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 11101011
Octal 144 175 353
Decimal 100 125 235
Hex 64 7D EB

RGB Percentages of Color #647deb

%21.74
%27.17
%51.09

CMYK Percentages of Color #647deb

%57
%47
%0
%8

Triadic Colors of #647deb

#647deb #eb647d #7deb64

Analogous Colors of #647deb

#647deb #8f64eb #64c1eb

Monochromatic Colors of #647deb

#647deb

Complementary Color

#647deb #ebd264

#647deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#647deb Color CSS Codes

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

#647deb Text Font Color

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

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


#647deb Background Color

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

This div background color is #647deb


#647deb Border Color

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

This div border color is #647deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,125,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 #647deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647deb


Comments

No comments written yet.

Please login to write comment.