Color Hex Logo

#98376f Color Hex

#98376F
(152,55,111)
0 Favorites   0 Comments

Color spaces of #98376f

RGB 15255111
HSL0.900.470.41
HSV325°64°60°
CMYK 0.000.640.27   0.40
XYZ17.184310.555516.1706
Yxy10.55550.39130.2404
Hunter Lab32.489237.5566-6.7675
CIE-Lab38.821546.4278-11.3938

#98376f color RGB value is (152,55,111).

#98376f hex color red value is 152, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #98376f hue: 0.90 , saturation: 0.47 and the lightness value of 98376f is 0.41.

The process color (four color CMYK) of #98376f color hex is 0.00, 0.64, 0.27, 0.40. Web safe color of #98376f is #993366. Color #98376f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110111 01101111
Octal 230 67 157
Decimal 152 55 111
Hex 98 37 6F

RGB Percentages of Color #98376f

%47.80
%17.30
%34.91

CMYK Percentages of Color #98376f

%0
%64
%27
%40

Triadic Colors of #98376f

#98376f #6f9837 #376f98

Analogous Colors of #98376f

#98376f #98373e #913798

Monochromatic Colors of #98376f

#98376f

Complementary Color

#98376f #379860

#98376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#98376f Color CSS Codes

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

#98376f Text Font Color

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

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


#98376f Background Color

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

This div background color is #98376f


#98376f Border Color

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

This div border color is #98376f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98376f


Comments

No comments written yet.

Please login to write comment.