Color Hex Logo

#630049 Color Hex

#630049
(99,0,73)
0 Favorites   0 Comments

Color spaces of #630049

RGB 99073
HSL0.881.000.19
HSV316°100°39°
CMYK 0.001.000.26   0.61
XYZ6.34823.13376.5736
Yxy3.13370.39540.1952
Hunter Lab17.702333.0329-9.6253
CIE-Lab20.571645.2290-15.4048

#630049 color RGB value is (99,0,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000000 01001001
Octal 143 0 111
Decimal 99 0 73
Hex 63 0 49

RGB Percentages of Color #630049

%57.56
%0.00
%42.44

CMYK Percentages of Color #630049

%0
%100
%26
%61

Triadic Colors of #630049

#630049 #496300 #004963

Analogous Colors of #630049

#630049 #630017 #4c0063

Monochromatic Colors of #630049

#630049

Complementary Color

#630049 #00631a

#630049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630049 Color CSS Codes

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

#630049 Text Font Color

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

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


#630049 Background Color

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

This div background color is #630049


#630049 Border Color

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

This div border color is #630049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630049


Comments

No comments written yet.

Please login to write comment.