Color Hex Logo

#98387a Color Hex

#98387A
(152,56,122)
0 Favorites   0 Comments

Color spaces of #98387a

RGB 15256122
HSL0.890.460.41
HSV319°63°60°
CMYK 0.000.630.20   0.40
XYZ17.875910.908919.5758
Yxy10.90890.36960.2256
Hunter Lab33.028638.8085-12.0207
CIE-Lab39.426647.5627-17.3167

#98387a color RGB value is (152,56,122).

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

The process color (four color CMYK) of #98387a color hex is 0.00, 0.63, 0.20, 0.40. Web safe color of #98387a is #993366. Color #98387a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00111000 01111010
Octal 230 70 172
Decimal 152 56 122
Hex 98 38 7A

RGB Percentages of Color #98387a

%46.06
%16.97
%36.97

CMYK Percentages of Color #98387a

%0
%63
%20
%40

Triadic Colors of #98387a

#98387a #7a9838 #387a98

Analogous Colors of #98387a

#98387a #98384a #863898

Monochromatic Colors of #98387a

#98387a

Complementary Color

#98387a #389856

#98387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98387a Color CSS Codes

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

#98387a Text Font Color

<p style="color:#98387a">Text here</p>

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


#98387a Background Color

<div style="background-color:#98387a">
Div content here</div>

This div background color is #98387a


#98387a Border Color

<div style="border:3px solid #98387a">
Div here</div>

This div border color is #98387a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98387a


Comments

No comments written yet.

Please login to write comment.