Color Hex Logo

#64335b Color Hex

#64335B
(100,51,91)
0 Favorites   0 Comments

Color spaces of #64335b

RGB 1005191
HSL0.860.320.30
HSV311°49°39°
CMYK 0.000.490.09   0.61
XYZ8.32775.832310.5844
Yxy5.83230.33650.2357
Hunter Lab24.150219.2894-9.0802
CIE-Lab28.985428.1722-14.3990

#64335b color RGB value is (100,51,91).

#64335b hex color red value is 100, green value is 51 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #64335b hue: 0.86 , saturation: 0.32 and the lightness value of 64335b is 0.30.

The process color (four color CMYK) of #64335b color hex is 0.00, 0.49, 0.09, 0.61. Web safe color of #64335b is #663366. Color #64335b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 01011011
Octal 144 63 133
Decimal 100 51 91
Hex 64 33 5B

RGB Percentages of Color #64335b

%41.32
%21.07
%37.60

CMYK Percentages of Color #64335b

%0
%49
%9
%61

Triadic Colors of #64335b

#64335b #5b6433 #335b64

Analogous Colors of #64335b

#64335b #643343 #553364

Monochromatic Colors of #64335b

#64335b

Complementary Color

#64335b #33643c

#64335b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64335b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64335b Color CSS Codes

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

#64335b Text Font Color

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

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


#64335b Background Color

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

This div background color is #64335b


#64335b Border Color

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

This div border color is #64335b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64335b


Comments

No comments written yet.

Please login to write comment.