Color Hex Logo

#631359 Color Hex

#631359
(99,19,89)
0 Favorites   0 Comments

Color spaces of #631359

RGB 991989
HSL0.850.680.23
HSV308°81°39°
CMYK 0.000.810.10   0.61
XYZ7.18163.83979.8138
Yxy3.83970.34470.1843
Hunter Lab19.595231.1285-15.9775
CIE-Lab23.134342.6980-22.1989

#631359 color RGB value is (99,19,89).

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

The process color (four color CMYK) of #631359 color hex is 0.00, 0.81, 0.10, 0.61. Web safe color of #631359 is #660066. Color #631359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 01011001
Octal 143 23 131
Decimal 99 19 89
Hex 63 13 59

RGB Percentages of Color #631359

%47.83
%9.18
%43.00

CMYK Percentages of Color #631359

%0
%81
%10
%61

Triadic Colors of #631359

#631359 #596313 #135963

Analogous Colors of #631359

#631359 #631331 #451363

Monochromatic Colors of #631359

#631359

Complementary Color

#631359 #13631d

#631359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631359 Color CSS Codes

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

#631359 Text Font Color

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

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


#631359 Background Color

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

This div background color is #631359


#631359 Border Color

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

This div border color is #631359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631359


Comments

No comments written yet.

Please login to write comment.