Color Hex Logo

#645aac Color Hex

#645AAC
(100,90,172)
0 Favorites   0 Comments

Color spaces of #645aac

RGB 10090172
HSL0.690.330.51
HSV247°48°67°
CMYK 0.420.480.00   0.33
XYZ16.358113.000240.6769
Yxy13.00020.23360.1856
Hunter Lab36.055817.8858-41.6499
CIE-Lab42.763524.8305-42.7267

#645aac color RGB value is (100,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 10101100
Octal 144 132 254
Decimal 100 90 172
Hex 64 5A AC

RGB Percentages of Color #645aac

%27.62
%24.86
%47.51

CMYK Percentages of Color #645aac

%42
%48
%0
%33

Triadic Colors of #645aac

#645aac #ac645a #5aac64

Analogous Colors of #645aac

#645aac #8d5aac #5a79ac

Monochromatic Colors of #645aac

#645aac

Complementary Color

#645aac #a2ac5a

#645aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#645aac Color CSS Codes

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

#645aac Text Font Color

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

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


#645aac Background Color

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

This div background color is #645aac


#645aac Border Color

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

This div border color is #645aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645aac


Comments

No comments written yet.

Please login to write comment.