Color Hex Logo

#647dac Color Hex

#647DAC
(100,125,172)
0 Favorites   0 Comments

Color spaces of #647dac

RGB 100125172
HSL0.610.300.53
HSV219°42°67°
CMYK 0.420.270.00   0.33
XYZ20.035520.355141.9027
Yxy20.35510.24350.2473
Hunter Lab45.11660.3146-23.4848
CIE-Lab52.23633.4488-27.8269

#647dac color RGB value is (100,125,172).

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

The process color (four color CMYK) of #647dac color hex is 0.42, 0.27, 0.00, 0.33. Web safe color of #647dac is #666699. Color #647dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 10101100
Octal 144 175 254
Decimal 100 125 172
Hex 64 7D AC

RGB Percentages of Color #647dac

%25.19
%31.49
%43.32

CMYK Percentages of Color #647dac

%42
%27
%0
%33

Triadic Colors of #647dac

#647dac #ac647d #7dac64

Analogous Colors of #647dac

#647dac #6f64ac #64a1ac

Monochromatic Colors of #647dac

#647dac

Complementary Color

#647dac #ac9364

#647dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#647dac Color CSS Codes

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

#647dac Text Font Color

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

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


#647dac Background Color

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

This div background color is #647dac


#647dac Border Color

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

This div border color is #647dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647dac


Comments

No comments written yet.

Please login to write comment.