Color Hex Logo

#995476 Color Hex

#995476
(153,84,118)
0 Favorites   0 Comments

Color spaces of #995476

RGB 15384118
HSL0.920.290.46
HSV330°45°60°
CMYK 0.000.450.23   0.40
XYZ19.577214.421018.8912
Yxy14.42100.37020.2727
Hunter Lab37.975025.5656-2.9122
CIE-Lab44.830733.0831-6.6678

#995476 color RGB value is (153,84,118).

#995476 hex color red value is 153, green value is 84 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #995476 hue: 0.92 , saturation: 0.29 and the lightness value of 995476 is 0.46.

The process color (four color CMYK) of #995476 color hex is 0.00, 0.45, 0.23, 0.40. Web safe color of #995476 is #996666. Color #995476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010100 01110110
Octal 231 124 166
Decimal 153 84 118
Hex 99 54 76

RGB Percentages of Color #995476

%43.10
%23.66
%33.24

CMYK Percentages of Color #995476

%0
%45
%23
%40

Triadic Colors of #995476

#995476 #769954 #547699

Analogous Colors of #995476

#995476 #995554 #995499

Monochromatic Colors of #995476

#995476

Complementary Color

#995476 #549977

#995476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995476 Color CSS Codes

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

#995476 Text Font Color

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

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


#995476 Background Color

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

This div background color is #995476


#995476 Border Color

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

This div border color is #995476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995476


Comments

No comments written yet.

Please login to write comment.