Color Hex Logo

#645aae Color Hex

#645AAE
(100,90,174)
0 Favorites   0 Comments

Color spaces of #645aae

RGB 10090174
HSL0.690.340.52
HSV247°48°68°
CMYK 0.430.480.00   0.32
XYZ16.551713.077641.6963
Yxy13.07760.23210.1834
Hunter Lab36.163018.4138-43.0480
CIE-Lab42.879925.4217-43.7194

#645aae color RGB value is (100,90,174).

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

The process color (four color CMYK) of #645aae color hex is 0.43, 0.48, 0.00, 0.32. Web safe color of #645aae is #666699. Color #645aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011010 10101110
Octal 144 132 256
Decimal 100 90 174
Hex 64 5A AE

RGB Percentages of Color #645aae

%27.47
%24.73
%47.80

CMYK Percentages of Color #645aae

%43
%48
%0
%32

Triadic Colors of #645aae

#645aae #ae645a #5aae64

Analogous Colors of #645aae

#645aae #8e5aae #5a7aae

Monochromatic Colors of #645aae

#645aae

Complementary Color

#645aae #a4ae5a

#645aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#645aae Color CSS Codes

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

#645aae Text Font Color

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

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


#645aae Background Color

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

This div background color is #645aae


#645aae Border Color

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

This div border color is #645aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645aae


Comments

No comments written yet.

Please login to write comment.