Color Hex Logo

#645f8a Color Hex

#645F8A
(100,95,138)
0 Favorites   0 Comments

Color spaces of #645f8a

RGB 10095138
HSL0.690.180.46
HSV247°31°54°
CMYK 0.280.310.00   0.46
XYZ13.935212.728725.7672
Yxy12.72870.26580.2428
Hunter Lab35.67737.2850-17.8469
CIE-Lab42.351612.1348-23.1022

#645f8a color RGB value is (100,95,138).

#645f8a hex color red value is 100, green value is 95 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #645f8a hue: 0.69 , saturation: 0.18 and the lightness value of 645f8a is 0.46.

The process color (four color CMYK) of #645f8a color hex is 0.28, 0.31, 0.00, 0.46. Web safe color of #645f8a is #666699. Color #645f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011111 10001010
Octal 144 137 212
Decimal 100 95 138
Hex 64 5F 8A

RGB Percentages of Color #645f8a

%30.03
%28.53
%41.44

CMYK Percentages of Color #645f8a

%28
%31
%0
%46

Triadic Colors of #645f8a

#645f8a #8a645f #5f8a64

Analogous Colors of #645f8a

#645f8a #7a5f8a #5f708a

Monochromatic Colors of #645f8a

#645f8a

Complementary Color

#645f8a #858a5f

#645f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#645f8a Color CSS Codes

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

#645f8a Text Font Color

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

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


#645f8a Background Color

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

This div background color is #645f8a


#645f8a Border Color

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

This div border color is #645f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645f8a


Comments

No comments written yet.

Please login to write comment.