Color Hex Logo

#63153c Color Hex

#63153C
(99,21,60)
0 Favorites   0 Comments

Color spaces of #63153c

RGB 992160
HSL0.920.650.24
HSV330°79°39°
CMYK 0.000.790.39   0.61
XYZ6.22943.51524.6251
Yxy3.51520.43350.2446
Hunter Lab18.748926.4970-1.5019
CIE-Lab21.999237.8019-4.2672

#63153c color RGB value is (99,21,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010101 00111100
Octal 143 25 74
Decimal 99 21 60
Hex 63 15 3C

RGB Percentages of Color #63153c

%55.00
%11.67
%33.33

CMYK Percentages of Color #63153c

%0
%79
%39
%61

Triadic Colors of #63153c

#63153c #3c6315 #153c63

Analogous Colors of #63153c

#63153c #631515 #631563

Monochromatic Colors of #63153c

#63153c

Complementary Color

#63153c #15633c

#63153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63153c Color CSS Codes

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

#63153c Text Font Color

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

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


#63153c Background Color

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

This div background color is #63153c


#63153c Border Color

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

This div border color is #63153c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,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 #63153c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63153c

#63153c Color Palettes


Comments

No comments written yet.

Please login to write comment.