Color Hex Logo

#647ddc Color Hex

#647DDC
(100,125,220)
0 Favorites   0 Comments

Color spaces of #647ddc

RGB 100125220
HSL0.630.630.63
HSV228°55°86°
CMYK 0.550.430.00   0.14
XYZ25.507422.543970.7172
Yxy22.54390.21480.1898
Hunter Lab47.480412.8029-55.0701
CIE-Lab54.599418.2043-51.4784

#647ddc color RGB value is (100,125,220).

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

The process color (four color CMYK) of #647ddc color hex is 0.55, 0.43, 0.00, 0.14. Web safe color of #647ddc is #6666cc. Color #647ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 11011100
Octal 144 175 334
Decimal 100 125 220
Hex 64 7D DC

RGB Percentages of Color #647ddc

%22.47
%28.09
%49.44

CMYK Percentages of Color #647ddc

%55
%43
%0
%14

Triadic Colors of #647ddc

#647ddc #dc647d #7ddc64

Analogous Colors of #647ddc

#647ddc #8764dc #64b9dc

Monochromatic Colors of #647ddc

#647ddc

Complementary Color

#647ddc #dcc364

#647ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#647ddc Color CSS Codes

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

#647ddc Text Font Color

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

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


#647ddc Background Color

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

This div background color is #647ddc


#647ddc Border Color

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

This div border color is #647ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647ddc


Comments

No comments written yet.

Please login to write comment.