Color Hex Logo

#93567f Color Hex

#93567F
(147,86,127)
0 Favorites   0 Comments

Color spaces of #93567f

RGB 14786127
HSL0.890.260.46
HSV320°41°58°
CMYK 0.000.410.14   0.42
XYZ19.191214.390921.8449
Yxy14.39090.34620.2596
Hunter Lab37.935323.9149-7.5872
CIE-Lab44.788431.3120-12.2753

#93567f color RGB value is (147,86,127).

#93567f hex color red value is 147, green value is 86 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #93567f hue: 0.89 , saturation: 0.26 and the lightness value of 93567f is 0.46.

The process color (four color CMYK) of #93567f color hex is 0.00, 0.41, 0.14, 0.42. Web safe color of #93567f is #996666. Color #93567f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010110 01111111
Octal 223 126 177
Decimal 147 86 127
Hex 93 56 7F

RGB Percentages of Color #93567f

%40.83
%23.89
%35.28

CMYK Percentages of Color #93567f

%0
%41
%14
%42

Triadic Colors of #93567f

#93567f #7f9356 #567f93

Analogous Colors of #93567f

#93567f #935661 #895693

Monochromatic Colors of #93567f

#93567f

Complementary Color

#93567f #56936a

#93567f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93567f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93567f Color CSS Codes

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

#93567f Text Font Color

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

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


#93567f Background Color

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

This div background color is #93567f


#93567f Border Color

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

This div border color is #93567f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,86,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93567f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93567f;
  -webkit-box-shadow: 1px 1px 3px 2px #93567f;
  box-shadow:         1px 1px 3px 2px #93567f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93567f


Comments

No comments written yet.

Please login to write comment.