Color Hex Logo

#64517b Color Hex

#64517B
(100,81,123)
0 Favorites   0 Comments

Color spaces of #64517b

RGB 10081123
HSL0.740.210.40
HSV267°34°48°
CMYK 0.190.340.00   0.52
XYZ11.773110.024220.0533
Yxy10.02420.28130.2395
Hunter Lab31.661010.9682-15.3901
CIE-Lab37.885816.9753-20.8837

#64517b color RGB value is (100,81,123).

#64517b hex color red value is 100, green value is 81 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #64517b hue: 0.74 , saturation: 0.21 and the lightness value of 64517b is 0.40.

The process color (four color CMYK) of #64517b color hex is 0.19, 0.34, 0.00, 0.52. Web safe color of #64517b is #666666. Color #64517b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010001 01111011
Octal 144 121 173
Decimal 100 81 123
Hex 64 51 7B

RGB Percentages of Color #64517b

%32.89
%26.64
%40.46

CMYK Percentages of Color #64517b

%19
%34
%0
%52

Triadic Colors of #64517b

#64517b #7b6451 #517b64

Analogous Colors of #64517b

#64517b #79517b #51537b

Monochromatic Colors of #64517b

#64517b

Complementary Color

#64517b #687b51

#64517b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64517b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64517b Color CSS Codes

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

#64517b Text Font Color

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

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


#64517b Background Color

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

This div background color is #64517b


#64517b Border Color

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

This div border color is #64517b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,81,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64517b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64517b;
  -webkit-box-shadow: 1px 1px 3px 2px #64517b;
  box-shadow:         1px 1px 3px 2px #64517b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64517b


Comments

No comments written yet.

Please login to write comment.