Color Hex Logo

#645aab Color Hex

#645AAB
(100,90,171)
0 Favorites   0 Comments

Color spaces of #645aab

RGB 10090171
HSL0.690.330.51
HSV247°47°67°
CMYK 0.420.470.00   0.33
XYZ16.262412.961940.1729
Yxy12.96190.23430.1868
Hunter Lab36.002617.6239-40.9558
CIE-Lab42.705824.5361-42.2289

#645aab color RGB value is (100,90,171).

#645aab hex color red value is 100, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #645aab hue: 0.69 , saturation: 0.33 and the lightness value of 645aab is 0.51.

The process color (four color CMYK) of #645aab color hex is 0.42, 0.47, 0.00, 0.33. Web safe color of #645aab is #666699. Color #645aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 10101011
Octal 144 132 253
Decimal 100 90 171
Hex 64 5A AB

RGB Percentages of Color #645aab

%27.70
%24.93
%47.37

CMYK Percentages of Color #645aab

%42
%47
%0
%33

Triadic Colors of #645aab

#645aab #ab645a #5aab64

Analogous Colors of #645aab

#645aab #8d5aab #5a79ab

Monochromatic Colors of #645aab

#645aab

Complementary Color

#645aab #a1ab5a

#645aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#645aab Color CSS Codes

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

#645aab Text Font Color

<p style="color:#645aab">Text here</p>

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


#645aab Background Color

<div style="background-color:#645aab">
Div content here</div>

This div background color is #645aab


#645aab Border Color

<div style="border:3px solid #645aab">
Div here</div>

This div border color is #645aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645aab


Comments

No comments written yet.

Please login to write comment.