Color Hex Logo

#645885 Color Hex

#645885
(100,88,133)
0 Favorites   0 Comments

Color spaces of #645885

RGB 10088133
HSL0.710.200.43
HSV256°34°52°
CMYK 0.250.340.00   0.48
XYZ12.978911.382223.7032
Yxy11.38220.27000.2368
Hunter Lab33.73759.6287-18.0395
CIE-Lab40.216915.1617-23.3873

#645885 color RGB value is (100,88,133).

#645885 hex color red value is 100, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #645885 hue: 0.71 , saturation: 0.20 and the lightness value of 645885 is 0.43.

The process color (four color CMYK) of #645885 color hex is 0.25, 0.34, 0.00, 0.48. Web safe color of #645885 is #666699. Color #645885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011000 10000101
Octal 144 130 205
Decimal 100 88 133
Hex 64 58 85

RGB Percentages of Color #645885

%31.15
%27.41
%41.43

CMYK Percentages of Color #645885

%25
%34
%0
%48

Triadic Colors of #645885

#645885 #856458 #588564

Analogous Colors of #645885

#645885 #7b5885 #586385

Monochromatic Colors of #645885

#645885

Complementary Color

#645885 #798558

#645885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645885 Color CSS Codes

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

#645885 Text Font Color

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

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


#645885 Background Color

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

This div background color is #645885


#645885 Border Color

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

This div border color is #645885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645885


Comments

No comments written yet.

Please login to write comment.