Color Hex Logo

#31988e Color Hex

#31988E
(49,152,142)
0 Favorites   0 Comments

Color spaces of #31988e

RGB 49152142
HSL0.480.510.39
HSV174°68°60°
CMYK 0.680.000.07   0.40
XYZ17.377325.062429.5128
Yxy25.06240.24150.3483
Hunter Lab50.0624-25.64940.0910
CIE-Lab57.1362-31.4602-3.3367

#31988e color RGB value is (49,152,142).

#31988e hex color red value is 49, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #31988e hue: 0.48 , saturation: 0.51 and the lightness value of 31988e is 0.39.

The process color (four color CMYK) of #31988e color hex is 0.68, 0.00, 0.07, 0.40. Web safe color of #31988e is #339999. Color #31988e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011000 10001110
Octal 61 230 216
Decimal 49 152 142
Hex 31 98 8E

RGB Percentages of Color #31988e

%14.29
%44.31
%41.40

CMYK Percentages of Color #31988e

%68
%0
%7
%40

Triadic Colors of #31988e

#31988e #8e3198 #988e31

Analogous Colors of #31988e

#31988e #316f98 #31985b

Monochromatic Colors of #31988e

#31988e

Complementary Color

#31988e #98313b

#31988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31988e Color CSS Codes

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

#31988e Text Font Color

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

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


#31988e Background Color

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

This div background color is #31988e


#31988e Border Color

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

This div border color is #31988e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,152,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31988e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31988e;
  -webkit-box-shadow: 1px 1px 3px 2px #31988e;
  box-shadow:         1px 1px 3px 2px #31988e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31988e


Comments

No comments written yet.

Please login to write comment.