Color Hex Logo

#995578 Color Hex

#995578
(153,85,120)
0 Favorites   0 Comments

Color spaces of #995578

RGB 15385120
HSL0.910.290.47
HSV329°44°60°
CMYK 0.000.440.22   0.40
XYZ19.775514.625419.5500
Yxy14.62540.36650.2711
Hunter Lab38.243225.3766-3.5390
CIE-Lab45.116832.8437-7.4565

#995578 color RGB value is (153,85,120).

#995578 hex color red value is 153, green value is 85 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #995578 hue: 0.91 , saturation: 0.29 and the lightness value of 995578 is 0.47.

The process color (four color CMYK) of #995578 color hex is 0.00, 0.44, 0.22, 0.40. Web safe color of #995578 is #996666. Color #995578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010101 01111000
Octal 231 125 170
Decimal 153 85 120
Hex 99 55 78

RGB Percentages of Color #995578

%42.74
%23.74
%33.52

CMYK Percentages of Color #995578

%0
%44
%22
%40

Triadic Colors of #995578

#995578 #789955 #557899

Analogous Colors of #995578

#995578 #995556 #985599

Monochromatic Colors of #995578

#995578

Complementary Color

#995578 #559976

#995578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995578 Color CSS Codes

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

#995578 Text Font Color

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

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


#995578 Background Color

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

This div background color is #995578


#995578 Border Color

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

This div border color is #995578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995578


Comments

No comments written yet.

Please login to write comment.