Color Hex Logo

#93248d Color Hex

#93248D
(147,36,141)
0 Favorites   0 Comments

Color spaces of #93248d

RGB 14736141
HSL0.840.610.36
HSV303°76°58°
CMYK 0.000.760.04   0.42
XYZ17.47129.387926.0905
Yxy9.38790.33000.1773
Hunter Lab30.639748.1639-29.0392
CIE-Lab36.720757.0479-33.3259

#93248d color RGB value is (147,36,141).

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

The process color (four color CMYK) of #93248d color hex is 0.00, 0.76, 0.04, 0.42. Web safe color of #93248d is #993399. Color #93248d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100100 10001101
Octal 223 44 215
Decimal 147 36 141
Hex 93 24 8D

RGB Percentages of Color #93248d

%45.37
%11.11
%43.52

CMYK Percentages of Color #93248d

%0
%76
%4
%42

Triadic Colors of #93248d

#93248d #8d9324 #248d93

Analogous Colors of #93248d

#93248d #932455 #622493

Monochromatic Colors of #93248d

#93248d

Complementary Color

#93248d #24932a

#93248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93248d Color CSS Codes

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

#93248d Text Font Color

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

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


#93248d Background Color

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

This div background color is #93248d


#93248d Border Color

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

This div border color is #93248d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93248d


Comments

No comments written yet.

Please login to write comment.