Color Hex Logo

#63064c Color Hex

#63064C
(99,6,76)
0 Favorites   0 Comments

Color spaces of #63064c

RGB 99676
HSL0.870.890.21
HSV315°94°39°
CMYK 0.000.940.23   0.61
XYZ6.51523.30477.1320
Yxy3.30470.38430.1949
Hunter Lab18.178832.1605-10.5357
CIE-Lab21.225144.1758-16.4397

#63064c color RGB value is (99,6,76).

#63064c hex color red value is 99, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #63064c hue: 0.87 , saturation: 0.89 and the lightness value of 63064c is 0.21.

The process color (four color CMYK) of #63064c color hex is 0.00, 0.94, 0.23, 0.61. Web safe color of #63064c is #660033. Color #63064c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000110 01001100
Octal 143 6 114
Decimal 99 6 76
Hex 63 6 4C

RGB Percentages of Color #63064c

%54.70
%3.31
%41.99

CMYK Percentages of Color #63064c

%0
%94
%23
%61

Triadic Colors of #63064c

#63064c #4c6306 #064c63

Analogous Colors of #63064c

#63064c #63061e #4c0663

Monochromatic Colors of #63064c

#63064c

Complementary Color

#63064c #06631d

#63064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63064c Color CSS Codes

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

#63064c Text Font Color

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

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


#63064c Background Color

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

This div background color is #63064c


#63064c Border Color

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

This div border color is #63064c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,6,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63064c


Comments

No comments written yet.

Please login to write comment.