Color Hex Logo

#631379 Color Hex

#631379
(99,19,121)
0 Favorites   0 Comments

Color spaces of #631379

RGB 9919121
HSL0.800.730.27
HSV287°84°47°
CMYK 0.180.840.00   0.53
XYZ8.82974.498918.4922
Yxy4.49890.27750.1414
Hunter Lab21.210637.1886-36.8438
CIE-Lab25.256648.6199-39.6254

#631379 color RGB value is (99,19,121).

#631379 hex color red value is 99, green value is 19 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #631379 hue: 0.80 , saturation: 0.73 and the lightness value of 631379 is 0.27.

The process color (four color CMYK) of #631379 color hex is 0.18, 0.84, 0.00, 0.53. Web safe color of #631379 is #660066. Color #631379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 01111001
Octal 143 23 171
Decimal 99 19 121
Hex 63 13 79

RGB Percentages of Color #631379

%41.42
%7.95
%50.63

CMYK Percentages of Color #631379

%18
%84
%0
%53

Triadic Colors of #631379

#631379 #796313 #137963

Analogous Colors of #631379

#631379 #79135c #301379

Monochromatic Colors of #631379

#631379

Complementary Color

#631379 #297913

#631379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631379 Color CSS Codes

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

#631379 Text Font Color

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

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


#631379 Background Color

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

This div background color is #631379


#631379 Border Color

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

This div border color is #631379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631379


Comments

No comments written yet.

Please login to write comment.