Color Hex Logo

#63486e Color Hex

#63486E
(99,72,110)
0 Favorites   0 Comments

Color spaces of #63486e

RGB 9972110
HSL0.790.210.36
HSV283°35°43°
CMYK 0.100.350.00   0.57
XYZ10.27748.413215.8341
Yxy8.41320.29770.2437
Hunter Lab29.005512.4875-12.0625
CIE-Lab34.829019.1148-17.5376

#63486e color RGB value is (99,72,110).

#63486e hex color red value is 99, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #63486e hue: 0.79 , saturation: 0.21 and the lightness value of 63486e is 0.36.

The process color (four color CMYK) of #63486e color hex is 0.10, 0.35, 0.00, 0.57. Web safe color of #63486e is #663366. Color #63486e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001000 01101110
Octal 143 110 156
Decimal 99 72 110
Hex 63 48 6E

RGB Percentages of Color #63486e

%35.23
%25.62
%39.15

CMYK Percentages of Color #63486e

%10
%35
%0
%57

Triadic Colors of #63486e

#63486e #6e6348 #486e63

Analogous Colors of #63486e

#63486e #6e4866 #50486e

Monochromatic Colors of #63486e

#63486e

Complementary Color

#63486e #536e48

#63486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63486e Color CSS Codes

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

#63486e Text Font Color

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

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


#63486e Background Color

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

This div background color is #63486e


#63486e Border Color

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

This div border color is #63486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63486e


Comments

No comments written yet.

Please login to write comment.