Color Hex Logo

#93607b Color Hex

#93607B
(147,96,123)
0 Favorites   0 Comments

Color spaces of #93607b

RGB 14796123
HSL0.910.210.48
HSV328°35°58°
CMYK 0.000.350.16   0.42
XYZ19.790615.998820.7839
Yxy15.99880.34980.2828
Hunter Lab39.998518.3215-2.8091
CIE-Lab46.972924.9186-6.5818

#93607b color RGB value is (147,96,123).

#93607b hex color red value is 147, green value is 96 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #93607b hue: 0.91 , saturation: 0.21 and the lightness value of 93607b is 0.48.

The process color (four color CMYK) of #93607b color hex is 0.00, 0.35, 0.16, 0.42. Web safe color of #93607b is #996666. Color #93607b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100000 01111011
Octal 223 140 173
Decimal 147 96 123
Hex 93 60 7B

RGB Percentages of Color #93607b

%40.16
%26.23
%33.61

CMYK Percentages of Color #93607b

%0
%35
%16
%42

Triadic Colors of #93607b

#93607b #7b9360 #607b93

Analogous Colors of #93607b

#93607b #936062 #926093

Monochromatic Colors of #93607b

#93607b

Complementary Color

#93607b #609378

#93607b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93607b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93607b Color CSS Codes

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

#93607b Text Font Color

<p style="color:#93607b">Text here</p>

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


#93607b Background Color

<div style="background-color:#93607b">
Div content here</div>

This div background color is #93607b


#93607b Border Color

<div style="border:3px solid #93607b">
Div here</div>

This div border color is #93607b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,96,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93607b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93607b;
  -webkit-box-shadow: 1px 1px 3px 2px #93607b;
  box-shadow:         1px 1px 3px 2px #93607b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93607b


Comments

No comments written yet.

Please login to write comment.