Color Hex Logo

#64153c Color Hex

#64153C
(100,21,60)
0 Favorites   0 Comments

Color spaces of #64153c

RGB 1002160
HSL0.920.650.24
HSV330°79°39°
CMYK 0.000.790.40   0.61
XYZ6.33933.57194.6303
Yxy3.57190.43590.2456
Hunter Lab18.899526.7988-1.2962
CIE-Lab22.202438.1046-3.9430

#64153c color RGB value is (100,21,60).

#64153c hex color red value is 100, green value is 21 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #64153c hue: 0.92 , saturation: 0.65 and the lightness value of 64153c is 0.24.

The process color (four color CMYK) of #64153c color hex is 0.00, 0.79, 0.40, 0.61. Web safe color of #64153c is #660033. Color #64153c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010101 00111100
Octal 144 25 74
Decimal 100 21 60
Hex 64 15 3C

RGB Percentages of Color #64153c

%55.25
%11.60
%33.15

CMYK Percentages of Color #64153c

%0
%79
%40
%61

Triadic Colors of #64153c

#64153c #3c6415 #153c64

Analogous Colors of #64153c

#64153c #641515 #641564

Monochromatic Colors of #64153c

#64153c

Complementary Color

#64153c #15643d

#64153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64153c Color CSS Codes

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

#64153c Text Font Color

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

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


#64153c Background Color

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

This div background color is #64153c


#64153c Border Color

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

This div border color is #64153c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,21,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64153c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64153c;
  -webkit-box-shadow: 1px 1px 3px 2px #64153c;
  box-shadow:         1px 1px 3px 2px #64153c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64153c


Comments

No comments written yet.

Please login to write comment.