Color Hex Logo

#93276d Color Hex

#93276D
(147,39,109)
0 Favorites   0 Comments

Color spaces of #93276d

RGB 14739109
HSL0.890.580.36
HSV321°73°58°
CMYK 0.000.730.26   0.42
XYZ15.51858.758215.3406
Yxy8.75820.39170.2211
Hunter Lab29.594341.8111-10.0178
CIE-Lab35.514551.2342-15.2515

#93276d color RGB value is (147,39,109).

#93276d hex color red value is 147, green value is 39 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #93276d hue: 0.89 , saturation: 0.58 and the lightness value of 93276d is 0.36.

The process color (four color CMYK) of #93276d color hex is 0.00, 0.73, 0.26, 0.42. Web safe color of #93276d is #993366. Color #93276d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100111 01101101
Octal 223 47 155
Decimal 147 39 109
Hex 93 27 6D

RGB Percentages of Color #93276d

%49.83
%13.22
%36.95

CMYK Percentages of Color #93276d

%0
%73
%26
%42

Triadic Colors of #93276d

#93276d #6d9327 #276d93

Analogous Colors of #93276d

#93276d #932737 #832793

Monochromatic Colors of #93276d

#93276d

Complementary Color

#93276d #27934d

#93276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93276d Color CSS Codes

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

#93276d Text Font Color

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

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


#93276d Background Color

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

This div background color is #93276d


#93276d Border Color

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

This div border color is #93276d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,39,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93276d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93276d;
  -webkit-box-shadow: 1px 1px 3px 2px #93276d;
  box-shadow:         1px 1px 3px 2px #93276d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93276d


Comments

No comments written yet.

Please login to write comment.