Color Hex Logo

#93247b Color Hex

#93247B
(147,36,123)
0 Favorites   0 Comments

Color spaces of #93247b

RGB 14736123
HSL0.870.610.36
HSV313°76°58°
CMYK 0.000.760.16   0.42
XYZ16.23868.894919.5999
Yxy8.89490.36300.1988
Hunter Lab29.824344.9963-18.0871
CIE-Lab35.781154.2482-23.6483

#93247b color RGB value is (147,36,123).

#93247b hex color red value is 147, green value is 36 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #93247b hue: 0.87 , saturation: 0.61 and the lightness value of 93247b is 0.36.

The process color (four color CMYK) of #93247b color hex is 0.00, 0.76, 0.16, 0.42. Web safe color of #93247b is #993366. Color #93247b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100100 01111011
Octal 223 44 173
Decimal 147 36 123
Hex 93 24 7B

RGB Percentages of Color #93247b

%48.04
%11.76
%40.20

CMYK Percentages of Color #93247b

%0
%76
%16
%42

Triadic Colors of #93247b

#93247b #7b9324 #247b93

Analogous Colors of #93247b

#93247b #932444 #742493

Monochromatic Colors of #93247b

#93247b

Complementary Color

#93247b #24933c

#93247b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93247b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93247b Color CSS Codes

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

#93247b Text Font Color

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

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


#93247b Background Color

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

This div background color is #93247b


#93247b Border Color

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

This div border color is #93247b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,36,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 #93247b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93247b


Comments

No comments written yet.

Please login to write comment.