Color Hex Logo

#98325e Color Hex

#98325E
(152,50,94)
0 Favorites   0 Comments

Color spaces of #98325e

RGB 1525094
HSL0.930.500.40
HSV334°67°60°
CMYK 0.000.670.38   0.40
XYZ16.10999.764811.6254
Yxy9.76480.42960.2604
Hunter Lab31.248737.3384-0.1835
CIE-Lab37.417046.4624-2.7828

#98325e color RGB value is (152,50,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110010 01011110
Octal 230 62 136
Decimal 152 50 94
Hex 98 32 5E

RGB Percentages of Color #98325e

%51.35
%16.89
%31.76

CMYK Percentages of Color #98325e

%0
%67
%38
%40

Triadic Colors of #98325e

#98325e #5e9832 #325e98

Analogous Colors of #98325e

#98325e #983932 #983291

Monochromatic Colors of #98325e

#98325e

Complementary Color

#98325e #32986c

#98325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98325e Color CSS Codes

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

#98325e Text Font Color

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

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


#98325e Background Color

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

This div background color is #98325e


#98325e Border Color

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

This div border color is #98325e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,50,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 #98325e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98325e


Comments

No comments written yet.

Please login to write comment.