Color Hex Logo

#31189f Color Hex

#31189F
(49,24,159)
0 Favorites   0 Comments

Color spaces of #31189f

RGB 4924159
HSL0.700.740.36
HSV251°85°62°
CMYK 0.690.850.00   0.38
XYZ7.85133.809433.1224
Yxy3.80940.17530.0851
Hunter Lab19.517737.6485-86.9555
CIE-Lab23.031049.5192-67.2139

#31189f color RGB value is (49,24,159).

#31189f hex color red value is 49, green value is 24 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #31189f hue: 0.70 , saturation: 0.74 and the lightness value of 31189f is 0.36.

The process color (four color CMYK) of #31189f color hex is 0.69, 0.85, 0.00, 0.38. Web safe color of #31189f is #330099. Color #31189f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011000 10011111
Octal 61 30 237
Decimal 49 24 159
Hex 31 18 9F

RGB Percentages of Color #31189f

%21.12
%10.34
%68.53

CMYK Percentages of Color #31189f

%69
%85
%0
%38

Triadic Colors of #31189f

#31189f #9f3118 #189f31

Analogous Colors of #31189f

#31189f #75189f #18429f

Monochromatic Colors of #31189f

#31189f

Complementary Color

#31189f #869f18

#31189f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31189f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31189f Color CSS Codes

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

#31189f Text Font Color

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

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


#31189f Background Color

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

This div background color is #31189f


#31189f Border Color

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

This div border color is #31189f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,24,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31189f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31189f;
  -webkit-box-shadow: 1px 1px 3px 2px #31189f;
  box-shadow:         1px 1px 3px 2px #31189f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31189f


Comments

No comments written yet.

Please login to write comment.