Color Hex Logo

#98355b Color Hex

#98355B
(152,53,91)
0 Favorites   0 Comments

Color spaces of #98355b

RGB 1525391
HSL0.940.480.40
HSV337°65°60°
CMYK 0.000.650.40   0.40
XYZ16.11039.976910.9742
Yxy9.97690.43470.2692
Hunter Lab31.586235.76661.5109
CIE-Lab37.800944.8095-0.3150

#98355b color RGB value is (152,53,91).

#98355b hex color red value is 152, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #98355b hue: 0.94 , saturation: 0.48 and the lightness value of 98355b is 0.40.

The process color (four color CMYK) of #98355b color hex is 0.00, 0.65, 0.40, 0.40. Web safe color of #98355b is #993366. Color #98355b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110101 01011011
Octal 230 65 133
Decimal 152 53 91
Hex 98 35 5B

RGB Percentages of Color #98355b

%51.35
%17.91
%30.74

CMYK Percentages of Color #98355b

%0
%65
%40
%40

Triadic Colors of #98355b

#98355b #5b9835 #355b98

Analogous Colors of #98355b

#98355b #984135 #98358d

Monochromatic Colors of #98355b

#98355b

Complementary Color

#98355b #359872

#98355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98355b Color CSS Codes

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

#98355b Text Font Color

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

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


#98355b Background Color

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

This div background color is #98355b


#98355b Border Color

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

This div border color is #98355b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98355b


Comments

No comments written yet.

Please login to write comment.