Color Hex Logo

#95426e Color Hex

#95426E
(149,66,110)
0 Favorites   0 Comments

Color spaces of #95426e

RGB 14966110
HSL0.910.390.42
HSV328°56°58°
CMYK 0.000.560.26   0.42
XYZ17.157111.411816.0503
Yxy11.41180.38450.2558
Hunter Lab33.781431.5404-4.5231
CIE-Lab40.265640.0541-8.6408

#95426e color RGB value is (149,66,110).

#95426e hex color red value is 149, green value is 66 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #95426e hue: 0.91 , saturation: 0.39 and the lightness value of 95426e is 0.42.

The process color (four color CMYK) of #95426e color hex is 0.00, 0.56, 0.26, 0.42. Web safe color of #95426e is #993366. Color #95426e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000010 01101110
Octal 225 102 156
Decimal 149 66 110
Hex 95 42 6E

RGB Percentages of Color #95426e

%45.85
%20.31
%33.85

CMYK Percentages of Color #95426e

%0
%56
%26
%42

Triadic Colors of #95426e

#95426e #6e9542 #426e95

Analogous Colors of #95426e

#95426e #954245 #934295

Monochromatic Colors of #95426e

#95426e

Complementary Color

#95426e #429569

#95426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95426e Color CSS Codes

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

#95426e Text Font Color

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

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


#95426e Background Color

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

This div background color is #95426e


#95426e Border Color

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

This div border color is #95426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95426e


Comments

No comments written yet.

Please login to write comment.