Color Hex Logo

#98135b Color Hex

#98135B
(152,19,91)
0 Favorites   0 Comments

Color spaces of #98135b

RGB 1521991
HSL0.910.780.34
HSV328°88°60°
CMYK 0.000.880.40   0.40
XYZ15.07017.896510.6274
Yxy7.89650.44860.2351
Hunter Lab28.100746.5513-2.7524
CIE-Lab33.766456.1113-6.2802

#98135b color RGB value is (152,19,91).

#98135b hex color red value is 152, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #98135b hue: 0.91 , saturation: 0.78 and the lightness value of 98135b is 0.34.

The process color (four color CMYK) of #98135b color hex is 0.00, 0.88, 0.40, 0.40. Web safe color of #98135b is #990066. Color #98135b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010011 01011011
Octal 230 23 133
Decimal 152 19 91
Hex 98 13 5B

RGB Percentages of Color #98135b

%58.02
%7.25
%34.73

CMYK Percentages of Color #98135b

%0
%88
%40
%40

Triadic Colors of #98135b

#98135b #5b9813 #135b98

Analogous Colors of #98135b

#98135b #981319 #931398

Monochromatic Colors of #98135b

#98135b

Complementary Color

#98135b #139850

#98135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98135b Color CSS Codes

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

#98135b Text Font Color

<p style="color:#98135b">Text here</p>

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


#98135b Background Color

<div style="background-color:#98135b">
Div content here</div>

This div background color is #98135b


#98135b Border Color

<div style="border:3px solid #98135b">
Div here</div>

This div border color is #98135b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,19,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98135b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98135b;
  -webkit-box-shadow: 1px 1px 3px 2px #98135b;
  box-shadow:         1px 1px 3px 2px #98135b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98135b


Comments

No comments written yet.

Please login to write comment.