Color Hex Logo

#98147d Color Hex

#98147D
(152,20,125)
0 Favorites   0 Comments

Color spaces of #98147d

RGB 15220125
HSL0.870.770.34
HSV312°87°60°
CMYK 0.000.870.18   0.40
XYZ16.90078.656420.1821
Yxy8.65640.36950.1893
Hunter Lab29.421851.0474-20.0752
CIE-Lab35.314159.9817-25.5607

#98147d color RGB value is (152,20,125).

#98147d hex color red value is 152, green value is 20 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #98147d hue: 0.87 , saturation: 0.77 and the lightness value of 98147d is 0.34.

The process color (four color CMYK) of #98147d color hex is 0.00, 0.87, 0.18, 0.40. Web safe color of #98147d is #990066. Color #98147d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010100 01111101
Octal 230 24 175
Decimal 152 20 125
Hex 98 14 7D

RGB Percentages of Color #98147d

%51.18
%6.73
%42.09

CMYK Percentages of Color #98147d

%0
%87
%18
%40

Triadic Colors of #98147d

#98147d #7d9814 #147d98

Analogous Colors of #98147d

#98147d #98143b #711498

Monochromatic Colors of #98147d

#98147d

Complementary Color

#98147d #14982f

#98147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98147d Color CSS Codes

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

#98147d Text Font Color

<p style="color:#98147d">Text here</p>

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


#98147d Background Color

<div style="background-color:#98147d">
Div content here</div>

This div background color is #98147d


#98147d Border Color

<div style="border:3px solid #98147d">
Div here</div>

This div border color is #98147d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,20,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98147d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98147d;
  -webkit-box-shadow: 1px 1px 3px 2px #98147d;
  box-shadow:         1px 1px 3px 2px #98147d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98147d


Comments

No comments written yet.

Please login to write comment.