Color Hex Logo

#31158d Color Hex

#31158D
(49,21,141)
0 Favorites   0 Comments

Color spaces of #31158d

RGB 4921141
HSL0.710.740.32
HSV254°85°55°
CMYK 0.650.850.00   0.45
XYZ6.34253.112425.4658
Yxy3.11240.18160.0891
Hunter Lab17.642033.2993-73.2343
CIE-Lab20.488545.5262-60.3129

#31158d color RGB value is (49,21,141).

#31158d hex color red value is 49, green value is 21 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #31158d hue: 0.71 , saturation: 0.74 and the lightness value of 31158d is 0.32.

The process color (four color CMYK) of #31158d color hex is 0.65, 0.85, 0.00, 0.45. Web safe color of #31158d is #330099. Color #31158d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010101 10001101
Octal 61 25 215
Decimal 49 21 141
Hex 31 15 8D

RGB Percentages of Color #31158d

%23.22
%9.95
%66.82

CMYK Percentages of Color #31158d

%65
%85
%0
%45

Triadic Colors of #31158d

#31158d #8d3115 #158d31

Analogous Colors of #31158d

#31158d #6d158d #15358d

Monochromatic Colors of #31158d

#31158d

Complementary Color

#31158d #718d15

#31158d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31158d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31158d Color CSS Codes

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

#31158d Text Font Color

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

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


#31158d Background Color

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

This div background color is #31158d


#31158d Border Color

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

This div border color is #31158d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,21,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31158d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31158d;
  -webkit-box-shadow: 1px 1px 3px 2px #31158d;
  box-shadow:         1px 1px 3px 2px #31158d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31158d


Comments

No comments written yet.

Please login to write comment.