Color Hex Logo

#95485e Color Hex

#95485E
(149,72,94)
0 Favorites   0 Comments

Color spaces of #95485e

RGB 1497294
HSL0.950.350.43
HSV343°52°58°
CMYK 0.000.520.37   0.42
XYZ16.732211.832411.9917
Yxy11.83240.41260.2918
Hunter Lab34.398326.63013.4095
CIE-Lab40.948534.75822.3198

#95485e color RGB value is (149,72,94).

#95485e hex color red value is 149, green value is 72 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #95485e hue: 0.95 , saturation: 0.35 and the lightness value of 95485e is 0.43.

The process color (four color CMYK) of #95485e color hex is 0.00, 0.52, 0.37, 0.42. Web safe color of #95485e is #993366. Color #95485e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001000 01011110
Octal 225 110 136
Decimal 149 72 94
Hex 95 48 5E

RGB Percentages of Color #95485e

%47.30
%22.86
%29.84

CMYK Percentages of Color #95485e

%0
%52
%37
%42

Triadic Colors of #95485e

#95485e #5e9548 #485e95

Analogous Colors of #95485e

#95485e #955948 #954885

Monochromatic Colors of #95485e

#95485e

Complementary Color

#95485e #48957f

#95485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95485e Color CSS Codes

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

#95485e Text Font Color

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

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


#95485e Background Color

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

This div background color is #95485e


#95485e Border Color

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

This div border color is #95485e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,72,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95485e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95485e;
  -webkit-box-shadow: 1px 1px 3px 2px #95485e;
  box-shadow:         1px 1px 3px 2px #95485e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,72,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95485e


Comments

No comments written yet.

Please login to write comment.