Color Hex Logo

#631347 Color Hex

#631347
(99,19,71)
0 Favorites   0 Comments

Color spaces of #631347

RGB 991971
HSL0.890.680.23
HSV321°81°39°
CMYK 0.000.810.28   0.61
XYZ6.51583.57336.3075
Yxy3.57330.39740.2179
Hunter Lab18.903228.4472-6.5513
CIE-Lab22.207439.9477-11.5111

#631347 color RGB value is (99,19,71).

#631347 hex color red value is 99, green value is 19 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #631347 hue: 0.89 , saturation: 0.68 and the lightness value of 631347 is 0.23.

The process color (four color CMYK) of #631347 color hex is 0.00, 0.81, 0.28, 0.61. Web safe color of #631347 is #660033. Color #631347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 01000111
Octal 143 23 107
Decimal 99 19 71
Hex 63 13 47

RGB Percentages of Color #631347

%52.38
%10.05
%37.57

CMYK Percentages of Color #631347

%0
%81
%28
%61

Triadic Colors of #631347

#631347 #476313 #134763

Analogous Colors of #631347

#631347 #63131f #571363

Monochromatic Colors of #631347

#631347

Complementary Color

#631347 #13632f

#631347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631347 Color CSS Codes

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

#631347 Text Font Color

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

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


#631347 Background Color

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

This div background color is #631347


#631347 Border Color

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

This div border color is #631347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631347


Comments

No comments written yet.

Please login to write comment.