Color Hex Logo

#647dcd Color Hex

#647DCD
(100,125,205)
0 Favorites   0 Comments

Color spaces of #647dcd

RGB 100125205
HSL0.630.510.60
HSV226°51°80°
CMYK 0.510.390.00   0.20
XYZ23.608621.784360.7181
Yxy21.78430.22250.2053
Hunter Lab46.67378.6105-44.4592
CIE-Lab53.797413.4513-44.2797

#647dcd color RGB value is (100,125,205).

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

The process color (four color CMYK) of #647dcd color hex is 0.51, 0.39, 0.00, 0.20. Web safe color of #647dcd is #6666cc. Color #647dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 11001101
Octal 144 175 315
Decimal 100 125 205
Hex 64 7D CD

RGB Percentages of Color #647dcd

%23.26
%29.07
%47.67

CMYK Percentages of Color #647dcd

%51
%39
%0
%20

Triadic Colors of #647dcd

#647dcd #cd647d #7dcd64

Analogous Colors of #647dcd

#647dcd #8064cd #64b2cd

Monochromatic Colors of #647dcd

#647dcd

Complementary Color

#647dcd #cdb464

#647dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#647dcd Color CSS Codes

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

#647dcd Text Font Color

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

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


#647dcd Background Color

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

This div background color is #647dcd


#647dcd Border Color

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

This div border color is #647dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647dcd


Comments

No comments written yet.

Please login to write comment.