Color Hex Logo

#631344 Color Hex

#631344
(99,19,68)
0 Favorites   0 Comments

Color spaces of #631344

RGB 991968
HSL0.900.680.23
HSV323°81°39°
CMYK 0.000.810.31   0.61
XYZ6.42193.53575.8128
Yxy3.53570.40720.2242
Hunter Lab18.803528.0566-5.1662
CIE-Lab22.072939.5397-9.6645

#631344 color RGB value is (99,19,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 01000100
Octal 143 23 104
Decimal 99 19 68
Hex 63 13 44

RGB Percentages of Color #631344

%53.23
%10.22
%36.56

CMYK Percentages of Color #631344

%0
%81
%31
%61

Triadic Colors of #631344

#631344 #446313 #134463

Analogous Colors of #631344

#631344 #63131c #5a1363

Monochromatic Colors of #631344

#631344

Complementary Color

#631344 #136332

#631344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631344 Color CSS Codes

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

#631344 Text Font Color

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

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


#631344 Background Color

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

This div background color is #631344


#631344 Border Color

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

This div border color is #631344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631344


Comments

No comments written yet.

Please login to write comment.