Color Hex Logo

#631556 Color Hex

#631556
(99,21,86)
0 Favorites   0 Comments

Color spaces of #631556

RGB 992186
HSL0.860.650.24
HSV310°79°39°
CMYK 0.000.790.13   0.61
XYZ7.09353.86099.1755
Yxy3.86090.35240.1918
Hunter Lab19.649230.0538-13.9320
CIE-Lab23.206141.5202-20.0871

#631556 color RGB value is (99,21,86).

#631556 hex color red value is 99, green value is 21 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #631556 hue: 0.86 , saturation: 0.65 and the lightness value of 631556 is 0.24.

The process color (four color CMYK) of #631556 color hex is 0.00, 0.79, 0.13, 0.61. Web safe color of #631556 is #660066. Color #631556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010101 01010110
Octal 143 25 126
Decimal 99 21 86
Hex 63 15 56

RGB Percentages of Color #631556

%48.06
%10.19
%41.75

CMYK Percentages of Color #631556

%0
%79
%13
%61

Triadic Colors of #631556

#631556 #566315 #155663

Analogous Colors of #631556

#631556 #63152f #491563

Monochromatic Colors of #631556

#631556

Complementary Color

#631556 #156322

#631556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631556 Color CSS Codes

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

#631556 Text Font Color

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

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


#631556 Background Color

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

This div background color is #631556


#631556 Border Color

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

This div border color is #631556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631556


Comments

No comments written yet.

Please login to write comment.