Color Hex Logo

#645988 Color Hex

#645988
(100,89,136)
0 Favorites   0 Comments

Color spaces of #645988

RGB 10089136
HSL0.710.210.44
HSV254°35°53°
CMYK 0.260.350.00   0.47
XYZ13.271811.631724.8382
Yxy11.63170.26680.2338
Hunter Lab34.10539.7776-19.3060
CIE-Lab40.624715.3264-24.5747

#645988 color RGB value is (100,89,136).

#645988 hex color red value is 100, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #645988 hue: 0.71 , saturation: 0.21 and the lightness value of 645988 is 0.44.

The process color (four color CMYK) of #645988 color hex is 0.26, 0.35, 0.00, 0.47. Web safe color of #645988 is #666699. Color #645988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011001 10001000
Octal 144 131 210
Decimal 100 89 136
Hex 64 59 88

RGB Percentages of Color #645988

%30.77
%27.38
%41.85

CMYK Percentages of Color #645988

%26
%35
%0
%47

Triadic Colors of #645988

#645988 #886459 #598864

Analogous Colors of #645988

#645988 #7c5988 #596688

Monochromatic Colors of #645988

#645988

Complementary Color

#645988 #7d8859

#645988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645988 Color CSS Codes

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

#645988 Text Font Color

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

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


#645988 Background Color

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

This div background color is #645988


#645988 Border Color

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

This div border color is #645988


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,89,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #645988; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #645988;
  -webkit-box-shadow: 1px 1px 3px 2px #645988;
  box-shadow:         1px 1px 3px 2px #645988; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645988


Comments

No comments written yet.

Please login to write comment.