Color Hex Logo

#98383f Color Hex

#98383F
(152,56,63)
0 Favorites   0 Comments

Color spaces of #98383f

RGB 1525663
HSL0.990.460.41
HSV356°63°60°
CMYK 0.000.630.59   0.40
XYZ15.26039.86265.8020
Yxy9.86260.49350.3189
Hunter Lab31.404831.778911.0296
CIE-Lab37.594740.743817.1438

#98383f color RGB value is (152,56,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111000 00111111
Octal 230 70 77
Decimal 152 56 63
Hex 98 38 3F

RGB Percentages of Color #98383f

%56.09
%20.66
%23.25

CMYK Percentages of Color #98383f

%0
%63
%59
%40

Triadic Colors of #98383f

#98383f #3f9838 #383f98

Analogous Colors of #98383f

#98383f #986138 #98386f

Monochromatic Colors of #98383f

#98383f

Complementary Color

#98383f #389891

#98383f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98383f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98383f Color CSS Codes

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

#98383f Text Font Color

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

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


#98383f Background Color

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

This div background color is #98383f


#98383f Border Color

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

This div border color is #98383f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98383f


Comments

No comments written yet.

Please login to write comment.