Color Hex Logo

#93127c Color Hex

#93127C
(147,18,124)
0 Favorites   0 Comments

Color spaces of #93127c

RGB 14718124
HSL0.860.780.32
HSV311°88°58°
CMYK 0.000.880.16   0.42
XYZ15.88708.090919.7931
Yxy8.09090.36300.1848
Hunter Lab28.444549.9190-21.3458
CIE-Lab34.171559.1693-26.7934

#93127c color RGB value is (147,18,124).

#93127c hex color red value is 147, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #93127c hue: 0.86 , saturation: 0.78 and the lightness value of 93127c is 0.32.

The process color (four color CMYK) of #93127c color hex is 0.00, 0.88, 0.16, 0.42. Web safe color of #93127c is #990066. Color #93127c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010010 01111100
Octal 223 22 174
Decimal 147 18 124
Hex 93 12 7C

RGB Percentages of Color #93127c

%50.87
%6.23
%42.91

CMYK Percentages of Color #93127c

%0
%88
%16
%42

Triadic Colors of #93127c

#93127c #7c9312 #127c93

Analogous Colors of #93127c

#93127c #93123b #6a1293

Monochromatic Colors of #93127c

#93127c

Complementary Color

#93127c #129329

#93127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93127c Color CSS Codes

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

#93127c Text Font Color

<p style="color:#93127c">Text here</p>

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


#93127c Background Color

<div style="background-color:#93127c">
Div content here</div>

This div background color is #93127c


#93127c Border Color

<div style="border:3px solid #93127c">
Div here</div>

This div border color is #93127c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,18,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93127c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93127c;
  -webkit-box-shadow: 1px 1px 3px 2px #93127c;
  box-shadow:         1px 1px 3px 2px #93127c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93127c


Comments

No comments written yet.

Please login to write comment.