Color Hex Logo

#63485a Color Hex

#63485A
(99,72,90)
0 Favorites   0 Comments

Color spaces of #63485a

RGB 997290
HSL0.890.160.34
HSV320°27°39°
CMYK 0.000.270.09   0.61
XYZ9.30848.025610.7313
Yxy8.02560.33170.2860
Hunter Lab28.32959.0743-2.6286
CIE-Lab34.036114.7976-6.1142

#63485a color RGB value is (99,72,90).

#63485a hex color red value is 99, green value is 72 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #63485a hue: 0.89 , saturation: 0.16 and the lightness value of 63485a is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001000 01011010
Octal 143 110 132
Decimal 99 72 90
Hex 63 48 5A

RGB Percentages of Color #63485a

%37.93
%27.59
%34.48

CMYK Percentages of Color #63485a

%0
%27
%9
%61

Triadic Colors of #63485a

#63485a #5a6348 #485a63

Analogous Colors of #63485a

#63485a #63484d #5f4863

Monochromatic Colors of #63485a

#63485a

Complementary Color

#63485a #486351

#63485a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63485a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63485a Color CSS Codes

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

#63485a Text Font Color

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

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


#63485a Background Color

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

This div background color is #63485a


#63485a Border Color

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

This div border color is #63485a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63485a


Comments

No comments written yet.

Please login to write comment.