Color Hex Logo

#63395a Color Hex

#63395A
(99,57,90)
0 Favorites   0 Comments

Color spaces of #63395a

RGB 995790
HSL0.870.270.31
HSV313°42°39°
CMYK 0.000.420.09   0.61
XYZ8.45426.317110.4466
Yxy6.31710.33520.2505
Hunter Lab25.133816.0573-7.0495
CIE-Lab30.198824.0607-11.9060

#63395a color RGB value is (99,57,90).

#63395a hex color red value is 99, green value is 57 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #63395a hue: 0.87 , saturation: 0.27 and the lightness value of 63395a is 0.31.

The process color (four color CMYK) of #63395a color hex is 0.00, 0.42, 0.09, 0.61. Web safe color of #63395a is #663366. Color #63395a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00111001 01011010
Octal 143 71 132
Decimal 99 57 90
Hex 63 39 5A

RGB Percentages of Color #63395a

%40.24
%23.17
%36.59

CMYK Percentages of Color #63395a

%0
%42
%9
%61

Triadic Colors of #63395a

#63395a #5a6339 #395a63

Analogous Colors of #63395a

#63395a #633945 #573963

Monochromatic Colors of #63395a

#63395a

Complementary Color

#63395a #396342

#63395a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63395a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63395a Color CSS Codes

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

#63395a Text Font Color

<p style="color:#63395a">Text here</p>

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


#63395a Background Color

<div style="background-color:#63395a">
Div content here</div>

This div background color is #63395a


#63395a Border Color

<div style="border:3px solid #63395a">
Div here</div>

This div border color is #63395a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,57,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63395a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63395a;
  -webkit-box-shadow: 1px 1px 3px 2px #63395a;
  box-shadow:         1px 1px 3px 2px #63395a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63395a


Comments

No comments written yet.

Please login to write comment.