Color Hex Logo

#93127d Color Hex

#93127D
(147,18,125)
0 Favorites   0 Comments

Color spaces of #93127d

RGB 14718125
HSL0.860.780.32
HSV310°88°58°
CMYK 0.000.880.15   0.42
XYZ15.95068.116320.1280
Yxy8.11630.36090.1836
Hunter Lab28.489150.0833-21.9469
CIE-Lab34.223959.3103-27.3384

#93127d color RGB value is (147,18,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010010 01111101
Octal 223 22 175
Decimal 147 18 125
Hex 93 12 7D

RGB Percentages of Color #93127d

%50.69
%6.21
%43.10

CMYK Percentages of Color #93127d

%0
%88
%15
%42

Triadic Colors of #93127d

#93127d #7d9312 #127d93

Analogous Colors of #93127d

#93127d #93123c #691293

Monochromatic Colors of #93127d

#93127d

Complementary Color

#93127d #129328

#93127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93127d Color CSS Codes

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

#93127d Text Font Color

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

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


#93127d Background Color

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

This div background color is #93127d


#93127d Border Color

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

This div border color is #93127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93127d


Comments

No comments written yet.

Please login to write comment.