Color Hex Logo

#995061 Color Hex

#995061
(153,80,97)
0 Favorites   0 Comments

Color spaces of #995061

RGB 1538097
HSL0.960.310.46
HSV346°48°60°
CMYK 0.000.480.37   0.40
XYZ18.163213.372712.9331
Yxy13.37270.40840.3007
Hunter Lab36.568724.66344.6292
CIE-Lab43.319532.30943.9621

#995061 color RGB value is (153,80,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010000 01100001
Octal 231 120 141
Decimal 153 80 97
Hex 99 50 61

RGB Percentages of Color #995061

%46.36
%24.24
%29.39

CMYK Percentages of Color #995061

%0
%48
%37
%40

Triadic Colors of #995061

#995061 #619950 #506199

Analogous Colors of #995061

#995061 #996450 #995086

Monochromatic Colors of #995061

#995061

Complementary Color

#995061 #509988

#995061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995061 Color CSS Codes

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

#995061 Text Font Color

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

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


#995061 Background Color

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

This div background color is #995061


#995061 Border Color

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

This div border color is #995061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995061


Comments

No comments written yet.

Please login to write comment.