Color Hex Logo

#63149a Color Hex

#63149A
(99,20,154)
0 Favorites   0 Comments

Color spaces of #63149a

RGB 9920154
HSL0.760.770.34
HSV275°87°60°
CMYK 0.360.870.00   0.40
XYZ11.22855.486131.0390
Yxy5.48610.23510.1149
Hunter Lab23.422444.5821-62.1744
CIE-Lab28.077155.3505-55.6323

#63149a color RGB value is (99,20,154).

#63149a hex color red value is 99, green value is 20 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #63149a hue: 0.76 , saturation: 0.77 and the lightness value of 63149a is 0.34.

The process color (four color CMYK) of #63149a color hex is 0.36, 0.87, 0.00, 0.40. Web safe color of #63149a is #660099. Color #63149a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010100 10011010
Octal 143 24 232
Decimal 99 20 154
Hex 63 14 9A

RGB Percentages of Color #63149a

%36.26
%7.33
%56.41

CMYK Percentages of Color #63149a

%36
%87
%0
%40

Triadic Colors of #63149a

#63149a #9a6314 #149a63

Analogous Colors of #63149a

#63149a #9a148e #20149a

Monochromatic Colors of #63149a

#63149a

Complementary Color

#63149a #4b9a14

#63149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63149a Color CSS Codes

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

#63149a Text Font Color

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

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


#63149a Background Color

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

This div background color is #63149a


#63149a Border Color

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

This div border color is #63149a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63149a


Comments

No comments written yet.

Please login to write comment.