Color Hex Logo

#98315e Color Hex

#98315E
(152,49,94)
0 Favorites   0 Comments

Color spaces of #98315e

RGB 1524994
HSL0.930.510.39
HSV334°68°60°
CMYK 0.000.680.38   0.40
XYZ16.06769.680211.6113
Yxy9.68020.43010.2591
Hunter Lab31.113037.7344-0.3478
CIE-Lab37.262246.8868-3.0112

#98315e color RGB value is (152,49,94).

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

The process color (four color CMYK) of #98315e color hex is 0.00, 0.68, 0.38, 0.40. Web safe color of #98315e is #993366. Color #98315e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110001 01011110
Octal 230 61 136
Decimal 152 49 94
Hex 98 31 5E

RGB Percentages of Color #98315e

%51.53
%16.61
%31.86

CMYK Percentages of Color #98315e

%0
%68
%38
%40

Triadic Colors of #98315e

#98315e #5e9831 #315e98

Analogous Colors of #98315e

#98315e #983831 #983192

Monochromatic Colors of #98315e

#98315e

Complementary Color

#98315e #31986b

#98315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98315e Color CSS Codes

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

#98315e Text Font Color

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

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


#98315e Background Color

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

This div background color is #98315e


#98315e Border Color

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

This div border color is #98315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98315e


Comments

No comments written yet.

Please login to write comment.