Color Hex Logo

#312176 Color Hex

#312176
(49,33,118)
0 Favorites   0 Comments

Color spaces of #312176

RGB 4933118
HSL0.700.560.30
HSV251°72°46°
CMYK 0.580.720.00   0.54
XYZ5.08053.048717.4602
Yxy3.04870.19850.1191
Hunter Lab17.460521.3823-47.0665
CIE-Lab20.237932.1495-46.1784

#312176 color RGB value is (49,33,118).

#312176 hex color red value is 49, green value is 33 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #312176 hue: 0.70 , saturation: 0.56 and the lightness value of 312176 is 0.30.

The process color (four color CMYK) of #312176 color hex is 0.58, 0.72, 0.00, 0.54. Web safe color of #312176 is #333366. Color #312176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100001 01110110
Octal 61 41 166
Decimal 49 33 118
Hex 31 21 76

RGB Percentages of Color #312176

%24.50
%16.50
%59.00

CMYK Percentages of Color #312176

%58
%72
%0
%54

Triadic Colors of #312176

#312176 #763121 #217631

Analogous Colors of #312176

#312176 #5b2176 #213c76

Monochromatic Colors of #312176

#312176

Complementary Color

#312176 #667621

#312176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312176 Color CSS Codes

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

#312176 Text Font Color

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

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


#312176 Background Color

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

This div background color is #312176


#312176 Border Color

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

This div border color is #312176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,33,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 #312176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312176


Comments

No comments written yet.

Please login to write comment.