Color Hex Logo

#631276 Color Hex

#631276
(99,18,118)
0 Favorites   0 Comments

Color spaces of #631276

RGB 9918118
HSL0.800.740.27
HSV289°85°46°
CMYK 0.160.850.00   0.54
XYZ8.63194.393317.5326
Yxy4.39330.28250.1438
Hunter Lab20.960236.8301-34.9222
CIE-Lab24.931248.3186-38.2364

#631276 color RGB value is (99,18,118).

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

The process color (four color CMYK) of #631276 color hex is 0.16, 0.85, 0.00, 0.54. Web safe color of #631276 is #660066. Color #631276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 01110110
Octal 143 22 166
Decimal 99 18 118
Hex 63 12 76

RGB Percentages of Color #631276

%42.13
%7.66
%50.21

CMYK Percentages of Color #631276

%16
%85
%0
%54

Triadic Colors of #631276

#631276 #766312 #127663

Analogous Colors of #631276

#631276 #761257 #311276

Monochromatic Colors of #631276

#631276

Complementary Color

#631276 #257612

#631276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631276 Color CSS Codes

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

#631276 Text Font Color

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

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


#631276 Background Color

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

This div background color is #631276


#631276 Border Color

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

This div border color is #631276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631276


Comments

No comments written yet.

Please login to write comment.