Color Hex Logo

#63299a Color Hex

#63299A
(99,41,154)
0 Favorites   0 Comments

Color spaces of #63299a

RGB 9941154
HSL0.750.580.38
HSV271°73°60°
CMYK 0.360.730.00   0.40
XYZ11.77136.571631.2199
Yxy6.57160.23750.1326
Hunter Lab25.635137.1033-54.2621
CIE-Lab30.811047.4573-51.1738

#63299a color RGB value is (99,41,154).

#63299a hex color red value is 99, green value is 41 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #63299a hue: 0.75 , saturation: 0.58 and the lightness value of 63299a is 0.38.

The process color (four color CMYK) of #63299a color hex is 0.36, 0.73, 0.00, 0.40. Web safe color of #63299a is #663399. Color #63299a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101001 10011010
Octal 143 51 232
Decimal 99 41 154
Hex 63 29 9A

RGB Percentages of Color #63299a

%33.67
%13.95
%52.38

CMYK Percentages of Color #63299a

%36
%73
%0
%40

Triadic Colors of #63299a

#63299a #9a6329 #299a63

Analogous Colors of #63299a

#63299a #9a2999 #2b299a

Monochromatic Colors of #63299a

#63299a

Complementary Color

#63299a #609a29

#63299a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63299a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63299a Color CSS Codes

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

#63299a Text Font Color

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

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


#63299a Background Color

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

This div background color is #63299a


#63299a Border Color

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

This div border color is #63299a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63299a


Comments

No comments written yet.

Please login to write comment.