Color Hex Logo

#64558b Color Hex

#64558B
(100,85,139)
0 Favorites   0 Comments

Color spaces of #64558b

RGB 10085139
HSL0.710.240.44
HSV257°39°55°
CMYK 0.280.390.00   0.45
XYZ13.164211.070425.8691
Yxy11.07040.26270.2209
Hunter Lab33.272212.3974-22.8073
CIE-Lab39.698818.6144-27.8388

#64558b color RGB value is (100,85,139).

#64558b hex color red value is 100, green value is 85 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #64558b hue: 0.71 , saturation: 0.24 and the lightness value of 64558b is 0.44.

The process color (four color CMYK) of #64558b color hex is 0.28, 0.39, 0.00, 0.45. Web safe color of #64558b is #666699. Color #64558b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010101 10001011
Octal 144 125 213
Decimal 100 85 139
Hex 64 55 8B

RGB Percentages of Color #64558b

%30.86
%26.23
%42.90

CMYK Percentages of Color #64558b

%28
%39
%0
%45

Triadic Colors of #64558b

#64558b #8b6455 #558b64

Analogous Colors of #64558b

#64558b #7f558b #55618b

Monochromatic Colors of #64558b

#64558b

Complementary Color

#64558b #7c8b55

#64558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64558b Color CSS Codes

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

#64558b Text Font Color

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

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


#64558b Background Color

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

This div background color is #64558b


#64558b Border Color

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

This div border color is #64558b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64558b


Comments

No comments written yet.

Please login to write comment.