Color Hex Logo

#645eab Color Hex

#645EAB
(100,94,171)
0 Favorites   0 Comments

Color spaces of #645eab

RGB 10094171
HSL0.680.310.52
HSV245°45°67°
CMYK 0.420.450.00   0.33
XYZ16.608913.655040.2884
Yxy13.65500.23540.1935
Hunter Lab36.952715.5622-38.7753
CIE-Lab43.734022.0615-40.5934

#645eab color RGB value is (100,94,171).

#645eab hex color red value is 100, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #645eab hue: 0.68 , saturation: 0.31 and the lightness value of 645eab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011110 10101011
Octal 144 136 253
Decimal 100 94 171
Hex 64 5E AB

RGB Percentages of Color #645eab

%27.40
%25.75
%46.85

CMYK Percentages of Color #645eab

%42
%45
%0
%33

Triadic Colors of #645eab

#645eab #ab645e #5eab64

Analogous Colors of #645eab

#645eab #8b5eab #5e7fab

Monochromatic Colors of #645eab

#645eab

Complementary Color

#645eab #a5ab5e

#645eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#645eab Color CSS Codes

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

#645eab Text Font Color

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

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


#645eab Background Color

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

This div background color is #645eab


#645eab Border Color

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

This div border color is #645eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645eab


Comments

No comments written yet.

Please login to write comment.