Color Hex Logo

#95568a Color Hex

#95568A
(149,86,138)
0 Favorites   0 Comments

Color spaces of #95568a

RGB 14986138
HSL0.860.270.46
HSV310°42°58°
CMYK 0.000.420.07   0.42
XYZ20.309714.880125.8465
Yxy14.88010.33270.2438
Hunter Lab38.574726.4749-12.7242
CIE-Lab45.469533.9674-17.8532

#95568a color RGB value is (149,86,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010110 10001010
Octal 225 126 212
Decimal 149 86 138
Hex 95 56 8A

RGB Percentages of Color #95568a

%39.95
%23.06
%37.00

CMYK Percentages of Color #95568a

%0
%42
%7
%42

Triadic Colors of #95568a

#95568a #8a9556 #568a95

Analogous Colors of #95568a

#95568a #95566b #815695

Monochromatic Colors of #95568a

#95568a

Complementary Color

#95568a #569561

#95568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95568a Color CSS Codes

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

#95568a Text Font Color

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

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


#95568a Background Color

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

This div background color is #95568a


#95568a Border Color

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

This div border color is #95568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95568a


Comments

No comments written yet.

Please login to write comment.