Color Hex Logo

#63508a Color Hex

#63508A
(99,80,138)
0 Favorites   0 Comments

Color spaces of #63508a

RGB 9980138
HSL0.720.270.43
HSV260°42°54°
CMYK 0.280.420.00   0.46
XYZ12.601710.224925.3542
Yxy10.22490.26160.2122
Hunter Lab31.976414.3870-24.6278
CIE-Lab38.243121.1506-29.5213

#63508a color RGB value is (99,80,138).

#63508a hex color red value is 99, green value is 80 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #63508a hue: 0.72 , saturation: 0.27 and the lightness value of 63508a is 0.43.

The process color (four color CMYK) of #63508a color hex is 0.28, 0.42, 0.00, 0.46. Web safe color of #63508a is #666699. Color #63508a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 10001010
Octal 143 120 212
Decimal 99 80 138
Hex 63 50 8A

RGB Percentages of Color #63508a

%31.23
%25.24
%43.53

CMYK Percentages of Color #63508a

%28
%42
%0
%46

Triadic Colors of #63508a

#63508a #8a6350 #508a63

Analogous Colors of #63508a

#63508a #80508a #505a8a

Monochromatic Colors of #63508a

#63508a

Complementary Color

#63508a #778a50

#63508a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63508a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63508a Color CSS Codes

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

#63508a Text Font Color

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

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


#63508a Background Color

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

This div background color is #63508a


#63508a Border Color

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

This div border color is #63508a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63508a


Comments

No comments written yet.

Please login to write comment.