Color Hex Logo

#95568d Color Hex

#95568D
(149,86,141)
0 Favorites   0 Comments

Color spaces of #95568d

RGB 14986141
HSL0.850.270.46
HSV308°42°58°
CMYK 0.000.420.05   0.42
XYZ20.529914.968227.0064
Yxy14.96820.32850.2395
Hunter Lab38.688827.0144-14.3048
CIE-Lab45.590634.5220-19.4698

#95568d color RGB value is (149,86,141).

#95568d hex color red value is 149, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #95568d hue: 0.85 , saturation: 0.27 and the lightness value of 95568d is 0.46.

The process color (four color CMYK) of #95568d color hex is 0.00, 0.42, 0.05, 0.42. Web safe color of #95568d is #996699. Color #95568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 10001101
Octal 225 126 215
Decimal 149 86 141
Hex 95 56 8D

RGB Percentages of Color #95568d

%39.63
%22.87
%37.50

CMYK Percentages of Color #95568d

%0
%42
%5
%42

Triadic Colors of #95568d

#95568d #8d9556 #568d95

Analogous Colors of #95568d

#95568d #95566e #7e5695

Monochromatic Colors of #95568d

#95568d

Complementary Color

#95568d #56955e

#95568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95568d Color CSS Codes

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

#95568d Text Font Color

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

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


#95568d Background Color

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

This div background color is #95568d


#95568d Border Color

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

This div border color is #95568d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,86,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95568d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95568d;
  -webkit-box-shadow: 1px 1px 3px 2px #95568d;
  box-shadow:         1px 1px 3px 2px #95568d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95568d


Comments

No comments written yet.

Please login to write comment.