Color Hex Logo

#647dab Color Hex

#647DAB
(100,125,171)
0 Favorites   0 Comments

Color spaces of #647dab

RGB 100125171
HSL0.610.300.53
HSV219°42°67°
CMYK 0.420.270.00   0.33
XYZ19.939820.316841.3987
Yxy20.31680.24420.2488
Hunter Lab45.07420.0846-22.9034
CIE-Lab52.19353.1589-27.3151

#647dab color RGB value is (100,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111101 10101011
Octal 144 175 253
Decimal 100 125 171
Hex 64 7D AB

RGB Percentages of Color #647dab

%25.25
%31.57
%43.18

CMYK Percentages of Color #647dab

%42
%27
%0
%33

Triadic Colors of #647dab

#647dab #ab647d #7dab64

Analogous Colors of #647dab

#647dab #6f64ab #64a1ab

Monochromatic Colors of #647dab

#647dab

Complementary Color

#647dab #ab9264

#647dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#647dab Color CSS Codes

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

#647dab Text Font Color

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

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


#647dab Background Color

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

This div background color is #647dab


#647dab Border Color

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

This div border color is #647dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647dab


Comments

No comments written yet.

Please login to write comment.