Color Hex Logo

#631245 Color Hex

#631245
(99,18,69)
0 Favorites   0 Comments

Color spaces of #631245

RGB 991869
HSL0.900.690.23
HSV322°82°39°
CMYK 0.000.820.30   0.61
XYZ6.43613.51495.9695
Yxy3.51490.40430.2208
Hunter Lab18.748128.4689-5.7547
CIE-Lab21.998140.0121-10.4642

#631245 color RGB value is (99,18,69).

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

The process color (four color CMYK) of #631245 color hex is 0.00, 0.82, 0.30, 0.61. Web safe color of #631245 is #660033. Color #631245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 01000101
Octal 143 22 105
Decimal 99 18 69
Hex 63 12 45

RGB Percentages of Color #631245

%53.23
%9.68
%37.10

CMYK Percentages of Color #631245

%0
%82
%30
%61

Triadic Colors of #631245

#631245 #456312 #124563

Analogous Colors of #631245

#631245 #63121d #591263

Monochromatic Colors of #631245

#631245

Complementary Color

#631245 #126330

#631245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631245 Color CSS Codes

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

#631245 Text Font Color

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

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


#631245 Background Color

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

This div background color is #631245


#631245 Border Color

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

This div border color is #631245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631245


Comments

No comments written yet.

Please login to write comment.