Color Hex Logo

#632963 Color Hex

#632963
(99,41,99)
0 Favorites   0 Comments

Color spaces of #632963

RGB 994199
HSL0.830.410.27
HSV300°59°39°
CMYK 0.000.590.00   0.61
XYZ8.19075.139412.3647
Yxy5.13940.31880.2000
Hunter Lab22.670224.8187-16.4685
CIE-Lab27.128334.9523-22.4920

#632963 color RGB value is (99,41,99).

#632963 hex color red value is 99, green value is 41 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #632963 hue: 0.83 , saturation: 0.41 and the lightness value of 632963 is 0.27.

The process color (four color CMYK) of #632963 color hex is 0.00, 0.59, 0.00, 0.61. Web safe color of #632963 is #663366. Color #632963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101001 01100011
Octal 143 51 143
Decimal 99 41 99
Hex 63 29 63

RGB Percentages of Color #632963

%41.42
%17.15
%41.42

CMYK Percentages of Color #632963

%0
%59
%0
%61

Triadic Colors of #632963

#632963 #636329 #296363

Analogous Colors of #632963

#632963 #632946 #462963

Monochromatic Colors of #632963

#632963

Complementary Color

#632963 #296329

#632963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#632963 Color CSS Codes

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

#632963 Text Font Color

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

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


#632963 Background Color

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

This div background color is #632963


#632963 Border Color

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

This div border color is #632963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632963


Comments

No comments written yet.

Please login to write comment.