Color Hex Logo

#98237e Color Hex

#98237E
(152,35,126)
0 Favorites   0 Comments

Color spaces of #98237e

RGB 15235126
HSL0.870.630.37
HSV313°77°60°
CMYK 0.000.770.17   0.40
XYZ17.31589.383820.6373
Yxy9.38380.36580.1982
Hunter Lab30.633047.2923-18.5003
CIE-Lab36.713056.2356-23.9999

#98237e color RGB value is (152,35,126).

#98237e hex color red value is 152, green value is 35 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #98237e hue: 0.87 , saturation: 0.63 and the lightness value of 98237e is 0.37.

The process color (four color CMYK) of #98237e color hex is 0.00, 0.77, 0.17, 0.40. Web safe color of #98237e is #993366. Color #98237e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100011 01111110
Octal 230 43 176
Decimal 152 35 126
Hex 98 23 7E

RGB Percentages of Color #98237e

%48.56
%11.18
%40.26

CMYK Percentages of Color #98237e

%0
%77
%17
%40

Triadic Colors of #98237e

#98237e #7e9823 #237e98

Analogous Colors of #98237e

#98237e #982344 #782398

Monochromatic Colors of #98237e

#98237e

Complementary Color

#98237e #23983d

#98237e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98237e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98237e Color CSS Codes

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

#98237e Text Font Color

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

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


#98237e Background Color

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

This div background color is #98237e


#98237e Border Color

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

This div border color is #98237e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98237e


Comments

No comments written yet.

Please login to write comment.