Color Hex Logo

#630d4e Color Hex

#630D4E
(99,13,78)
0 Favorites   0 Comments

Color spaces of #630d4e

RGB 991378
HSL0.870.770.22
HSV315°87°39°
CMYK 0.000.870.21   0.61
XYZ6.66473.49067.5302
Yxy3.49060.37680.1974
Hunter Lab18.683130.9795-10.8185
CIE-Lab21.910442.7752-16.7314

#630d4e color RGB value is (99,13,78).

#630d4e hex color red value is 99, green value is 13 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #630d4e hue: 0.87 , saturation: 0.77 and the lightness value of 630d4e is 0.22.

The process color (four color CMYK) of #630d4e color hex is 0.00, 0.87, 0.21, 0.61. Web safe color of #630d4e is #660066. Color #630d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001101 01001110
Octal 143 15 116
Decimal 99 13 78
Hex 63 D 4E

RGB Percentages of Color #630d4e

%52.11
%6.84
%41.05

CMYK Percentages of Color #630d4e

%0
%87
%21
%61

Triadic Colors of #630d4e

#630d4e #4e630d #0d4e63

Analogous Colors of #630d4e

#630d4e #630d23 #4d0d63

Monochromatic Colors of #630d4e

#630d4e

Complementary Color

#630d4e #0d6322

#630d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#630d4e Color CSS Codes

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

#630d4e Text Font Color

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

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


#630d4e Background Color

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

This div background color is #630d4e


#630d4e Border Color

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

This div border color is #630d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630d4e


Comments

No comments written yet.

Please login to write comment.