Color Hex Logo

#93238e Color Hex

#93238E
(147,35,142)
0 Favorites   0 Comments

Color spaces of #93238e

RGB 14735142
HSL0.840.620.36
HSV303°76°58°
CMYK 0.000.760.03   0.42
XYZ17.51619.358126.4743
Yxy9.35810.32830.1754
Hunter Lab30.591048.6730-29.8975
CIE-Lab36.664857.5319-34.0284

#93238e color RGB value is (147,35,142).

#93238e hex color red value is 147, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #93238e hue: 0.84 , saturation: 0.62 and the lightness value of 93238e is 0.36.

The process color (four color CMYK) of #93238e color hex is 0.00, 0.76, 0.03, 0.42. Web safe color of #93238e is #993399. Color #93238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100011 10001110
Octal 223 43 216
Decimal 147 35 142
Hex 93 23 8E

RGB Percentages of Color #93238e

%45.37
%10.80
%43.83

CMYK Percentages of Color #93238e

%0
%76
%3
%42

Triadic Colors of #93238e

#93238e #8e9323 #238e93

Analogous Colors of #93238e

#93238e #932356 #602393

Monochromatic Colors of #93238e

#93238e

Complementary Color

#93238e #239328

#93238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93238e Color CSS Codes

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

#93238e Text Font Color

<p style="color:#93238e">Text here</p>

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


#93238e Background Color

<div style="background-color:#93238e">
Div content here</div>

This div background color is #93238e


#93238e Border Color

<div style="border:3px solid #93238e">
Div here</div>

This div border color is #93238e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,35,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93238e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93238e;
  -webkit-box-shadow: 1px 1px 3px 2px #93238e;
  box-shadow:         1px 1px 3px 2px #93238e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93238e


Comments

No comments written yet.

Please login to write comment.