Color Hex Logo

#630949 Color Hex

#630949
(99,9,73)
0 Favorites   0 Comments

Color spaces of #630949

RGB 99973
HSL0.880.830.21
HSV317°91°39°
CMYK 0.000.910.26   0.61
XYZ6.44593.32916.6062
Yxy3.32910.39350.2032
Hunter Lab18.245831.1305-8.6948
CIE-Lab21.316443.0538-14.2501

#630949 color RGB value is (99,9,73).

#630949 hex color red value is 99, green value is 9 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #630949 hue: 0.88 , saturation: 0.83 and the lightness value of 630949 is 0.21.

The process color (four color CMYK) of #630949 color hex is 0.00, 0.91, 0.26, 0.61. Web safe color of #630949 is #660033. Color #630949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001001 01001001
Octal 143 11 111
Decimal 99 9 73
Hex 63 9 49

RGB Percentages of Color #630949

%54.70
%4.97
%40.33

CMYK Percentages of Color #630949

%0
%91
%26
%61

Triadic Colors of #630949

#630949 #496309 #094963

Analogous Colors of #630949

#630949 #63091c #500963

Monochromatic Colors of #630949

#630949

Complementary Color

#630949 #096323

#630949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630949 Color CSS Codes

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

#630949 Text Font Color

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

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


#630949 Background Color

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

This div background color is #630949


#630949 Border Color

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

This div border color is #630949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630949


Comments

No comments written yet.

Please login to write comment.