Color Hex Logo

#63539e Color Hex

#63539E
(99,83,158)
0 Favorites   0 Comments

Color spaces of #63539e

RGB 9983158
HSL0.700.310.47
HSV253°47°62°
CMYK 0.370.470.00   0.38
XYZ14.410411.307833.7709
Yxy11.30780.24220.1901
Hunter Lab33.627117.6462-36.0046
CIE-Lab40.094124.8287-38.6669

#63539e color RGB value is (99,83,158).

#63539e hex color red value is 99, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #63539e hue: 0.70 , saturation: 0.31 and the lightness value of 63539e is 0.47.

The process color (four color CMYK) of #63539e color hex is 0.37, 0.47, 0.00, 0.38. Web safe color of #63539e is #666699. Color #63539e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010011 10011110
Octal 143 123 236
Decimal 99 83 158
Hex 63 53 9E

RGB Percentages of Color #63539e

%29.12
%24.41
%46.47

CMYK Percentages of Color #63539e

%37
%47
%0
%38

Triadic Colors of #63539e

#63539e #9e6353 #539e63

Analogous Colors of #63539e

#63539e #89539e #53699e

Monochromatic Colors of #63539e

#63539e

Complementary Color

#63539e #8e9e53

#63539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63539e Color CSS Codes

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

#63539e Text Font Color

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

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


#63539e Background Color

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

This div background color is #63539e


#63539e Border Color

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

This div border color is #63539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63539e


Comments

No comments written yet.

Please login to write comment.