Color Hex Logo

#64529d Color Hex

#64529D
(100,82,157)
0 Favorites   0 Comments

Color spaces of #64529d

RGB 10082157
HSL0.710.310.47
HSV254°48°62°
CMYK 0.360.480.00   0.38
XYZ14.358611.178233.2991
Yxy11.17820.24400.1900
Hunter Lab33.433818.1500-35.6474
CIE-Lab39.879025.4362-38.4044

#64529d color RGB value is (100,82,157).

#64529d hex color red value is 100, green value is 82 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64529d hue: 0.71 , saturation: 0.31 and the lightness value of 64529d is 0.47.

The process color (four color CMYK) of #64529d color hex is 0.36, 0.48, 0.00, 0.38. Web safe color of #64529d is #666699. Color #64529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010010 10011101
Octal 144 122 235
Decimal 100 82 157
Hex 64 52 9D

RGB Percentages of Color #64529d

%29.50
%24.19
%46.31

CMYK Percentages of Color #64529d

%36
%48
%0
%38

Triadic Colors of #64529d

#64529d #9d6452 #529d64

Analogous Colors of #64529d

#64529d #8a529d #52669d

Monochromatic Colors of #64529d

#64529d

Complementary Color

#64529d #8b9d52

#64529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64529d Color CSS Codes

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

#64529d Text Font Color

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

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


#64529d Background Color

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

This div background color is #64529d


#64529d Border Color

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

This div border color is #64529d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,82,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64529d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64529d;
  -webkit-box-shadow: 1px 1px 3px 2px #64529d;
  box-shadow:         1px 1px 3px 2px #64529d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64529d


Comments

No comments written yet.

Please login to write comment.