Color Hex Logo

#995058 Color Hex

#995058
(153,80,88)
0 Favorites   0 Comments

Color spaces of #995058

RGB 1538088
HSL0.980.310.46
HSV353°48°60°
CMYK 0.000.480.42   0.40
XYZ17.767013.214210.8467
Yxy13.21420.42480.3159
Hunter Lab36.351323.62847.7547
CIE-Lab43.084231.21419.1560

#995058 color RGB value is (153,80,88).

#995058 hex color red value is 153, green value is 80 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #995058 hue: 0.98 , saturation: 0.31 and the lightness value of 995058 is 0.46.

The process color (four color CMYK) of #995058 color hex is 0.00, 0.48, 0.42, 0.40. Web safe color of #995058 is #996666. Color #995058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 01011000
Octal 231 120 130
Decimal 153 80 88
Hex 99 50 58

RGB Percentages of Color #995058

%47.66
%24.92
%27.41

CMYK Percentages of Color #995058

%0
%48
%42
%40

Triadic Colors of #995058

#995058 #589950 #505899

Analogous Colors of #995058

#995058 #996d50 #99507d

Monochromatic Colors of #995058

#995058

Complementary Color

#995058 #509991

#995058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995058 Color CSS Codes

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

#995058 Text Font Color

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

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


#995058 Background Color

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

This div background color is #995058


#995058 Border Color

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

This div border color is #995058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,80,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995058;
  -webkit-box-shadow: 1px 1px 3px 2px #995058;
  box-shadow:         1px 1px 3px 2px #995058; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,80,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995058


Comments

No comments written yet.

Please login to write comment.