Color Hex Logo

#98393b Color Hex

#98393B
(152,57,59)
0 Favorites   0 Comments

Color spaces of #98393b

RGB 1525759
HSL1.000.450.41
HSV359°63°60°
CMYK 0.000.630.61   0.40
XYZ15.20149.91745.2507
Yxy9.91740.50050.3266
Hunter Lab31.491931.052612.1588
CIE-Lab37.693839.966719.7781

#98393b color RGB value is (152,57,59).

#98393b hex color red value is 152, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #98393b hue: 1.00 , saturation: 0.45 and the lightness value of 98393b is 0.41.

The process color (four color CMYK) of #98393b color hex is 0.00, 0.63, 0.61, 0.40. Web safe color of #98393b is #993333. Color #98393b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111001 00111011
Octal 230 71 73
Decimal 152 57 59
Hex 98 39 3B

RGB Percentages of Color #98393b

%56.72
%21.27
%22.01

CMYK Percentages of Color #98393b

%0
%63
%61
%40

Triadic Colors of #98393b

#98393b #3b9839 #393b98

Analogous Colors of #98393b

#98393b #986739 #98396b

Monochromatic Colors of #98393b

#98393b

Complementary Color

#98393b #399896

#98393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98393b Color CSS Codes

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

#98393b Text Font Color

<p style="color:#98393b">Text here</p>

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


#98393b Background Color

<div style="background-color:#98393b">
Div content here</div>

This div background color is #98393b


#98393b Border Color

<div style="border:3px solid #98393b">
Div here</div>

This div border color is #98393b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,57,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98393b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98393b;
  -webkit-box-shadow: 1px 1px 3px 2px #98393b;
  box-shadow:         1px 1px 3px 2px #98393b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98393b


Comments

No comments written yet.

Please login to write comment.