Color Hex Logo

#311787 Color Hex

#311787
(49,23,135)
0 Favorites   0 Comments

Color spaces of #311787

RGB 4923135
HSL0.710.710.31
HSV254°83°53°
CMYK 0.640.830.00   0.47
XYZ5.94623.015023.1902
Yxy3.01500.18490.0938
Hunter Lab17.363830.7406-67.0303
CIE-Lab20.103942.8691-57.1906

#311787 color RGB value is (49,23,135).

#311787 hex color red value is 49, green value is 23 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #311787 hue: 0.71 , saturation: 0.71 and the lightness value of 311787 is 0.31.

The process color (four color CMYK) of #311787 color hex is 0.64, 0.83, 0.00, 0.47. Web safe color of #311787 is #330099. Color #311787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010111 10000111
Octal 61 27 207
Decimal 49 23 135
Hex 31 17 87

RGB Percentages of Color #311787

%23.67
%11.11
%65.22

CMYK Percentages of Color #311787

%64
%83
%0
%47

Triadic Colors of #311787

#311787 #873117 #178731

Analogous Colors of #311787

#311787 #691787 #173587

Monochromatic Colors of #311787

#311787

Complementary Color

#311787 #6d8717

#311787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311787 Color CSS Codes

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

#311787 Text Font Color

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

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


#311787 Background Color

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

This div background color is #311787


#311787 Border Color

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

This div border color is #311787


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,23,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311787


Comments

No comments written yet.

Please login to write comment.