Color Hex Logo

#98413f Color Hex

#98413F
(152,65,63)
0 Favorites   0 Comments

Color spaces of #98413f

RGB 1526563
HSL0.000.410.42
HSV59°60°
CMYK 0.000.570.59   0.40
XYZ15.736410.81495.9607
Yxy10.81490.48400.3326
Hunter Lab32.886027.864112.2737
CIE-Lab39.266936.333119.3469

#98413f color RGB value is (152,65,63).

#98413f hex color red value is 152, green value is 65 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #98413f hue: 0.00 , saturation: 0.41 and the lightness value of 98413f is 0.42.

The process color (four color CMYK) of #98413f color hex is 0.00, 0.57, 0.59, 0.40. Web safe color of #98413f is #993333. Color #98413f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000001 00111111
Octal 230 101 77
Decimal 152 65 63
Hex 98 41 3F

RGB Percentages of Color #98413f

%54.29
%23.21
%22.50

CMYK Percentages of Color #98413f

%0
%57
%59
%40

Triadic Colors of #98413f

#98413f #3f9841 #413f98

Analogous Colors of #98413f

#98413f #986e3f #983f6a

Monochromatic Colors of #98413f

#98413f

Complementary Color

#98413f #3f9698

#98413f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98413f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98413f Color CSS Codes

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

#98413f Text Font Color

<p style="color:#98413f">Text here</p>

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


#98413f Background Color

<div style="background-color:#98413f">
Div content here</div>

This div background color is #98413f


#98413f Border Color

<div style="border:3px solid #98413f">
Div here</div>

This div border color is #98413f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,65,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98413f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98413f;
  -webkit-box-shadow: 1px 1px 3px 2px #98413f;
  box-shadow:         1px 1px 3px 2px #98413f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98413f


Comments

No comments written yet.

Please login to write comment.