Color Hex Logo

#63297f Color Hex

#63297F
(99,41,127)
0 Favorites   0 Comments

Color spaces of #63297f

RGB 9941127
HSL0.780.510.33
HSV280°68°50°
CMYK 0.220.680.00   0.50
XYZ9.76935.770820.6777
Yxy5.77080.26970.1593
Hunter Lab24.022530.5518-34.2190
CIE-Lab28.826740.9949-37.6719

#63297f color RGB value is (99,41,127).

#63297f hex color red value is 99, green value is 41 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #63297f hue: 0.78 , saturation: 0.51 and the lightness value of 63297f is 0.33.

The process color (four color CMYK) of #63297f color hex is 0.22, 0.68, 0.00, 0.50. Web safe color of #63297f is #663366. Color #63297f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101001 01111111
Octal 143 51 177
Decimal 99 41 127
Hex 63 29 7F

RGB Percentages of Color #63297f

%37.08
%15.36
%47.57

CMYK Percentages of Color #63297f

%22
%68
%0
%50

Triadic Colors of #63297f

#63297f #7f6329 #297f63

Analogous Colors of #63297f

#63297f #7f2970 #38297f

Monochromatic Colors of #63297f

#63297f

Complementary Color

#63297f #457f29

#63297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63297f Color CSS Codes

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

#63297f Text Font Color

<p style="color:#63297f">Text here</p>

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


#63297f Background Color

<div style="background-color:#63297f">
Div content here</div>

This div background color is #63297f


#63297f Border Color

<div style="border:3px solid #63297f">
Div here</div>

This div border color is #63297f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63297f


Comments

No comments written yet.

Please login to write comment.