Color Hex Logo

#63284e Color Hex

#63284E
(99,40,78)
0 Favorites   0 Comments

Color spaces of #63284e

RGB 994078
HSL0.890.420.27
HSV321°60°39°
CMYK 0.000.600.21   0.61
XYZ7.27954.72037.7352
Yxy4.72030.36890.2392
Hunter Lab21.726321.7865-5.9007
CIE-Lab25.922631.6357-10.5522

#63284e color RGB value is (99,40,78).

#63284e hex color red value is 99, green value is 40 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #63284e hue: 0.89 , saturation: 0.42 and the lightness value of 63284e is 0.27.

The process color (four color CMYK) of #63284e color hex is 0.00, 0.60, 0.21, 0.61. Web safe color of #63284e is #663366. Color #63284e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101000 01001110
Octal 143 50 116
Decimal 99 40 78
Hex 63 28 4E

RGB Percentages of Color #63284e

%45.62
%18.43
%35.94

CMYK Percentages of Color #63284e

%0
%60
%21
%61

Triadic Colors of #63284e

#63284e #4e6328 #284e63

Analogous Colors of #63284e

#63284e #632831 #5b2863

Monochromatic Colors of #63284e

#63284e

Complementary Color

#63284e #28633d

#63284e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63284e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63284e Color CSS Codes

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

#63284e Text Font Color

<p style="color:#63284e">Text here</p>

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


#63284e Background Color

<div style="background-color:#63284e">
Div content here</div>

This div background color is #63284e


#63284e Border Color

<div style="border:3px solid #63284e">
Div here</div>

This div border color is #63284e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,40,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63284e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63284e;
  -webkit-box-shadow: 1px 1px 3px 2px #63284e;
  box-shadow:         1px 1px 3px 2px #63284e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63284e

#63284e Color Palettes


Comments

No comments written yet.

Please login to write comment.