Color Hex Logo

#93066c Color Hex

#93066C
(147,6,108)
0 Favorites   0 Comments

Color spaces of #93066c

RGB 1476108
HSL0.880.920.30
HSV317°96°58°
CMYK 0.000.960.27   0.42
XYZ14.80457.416014.8385
Yxy7.41600.39950.2001
Hunter Lab27.232349.3826-13.2436
CIE-Lab32.735858.9544-18.8944

#93066c color RGB value is (147,6,108).

#93066c hex color red value is 147, green value is 6 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #93066c hue: 0.88 , saturation: 0.92 and the lightness value of 93066c is 0.30.

The process color (four color CMYK) of #93066c color hex is 0.00, 0.96, 0.27, 0.42. Web safe color of #93066c is #990066. Color #93066c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000110 01101100
Octal 223 6 154
Decimal 147 6 108
Hex 93 6 6C

RGB Percentages of Color #93066c

%56.32
%2.30
%41.38

CMYK Percentages of Color #93066c

%0
%96
%27
%42

Triadic Colors of #93066c

#93066c #6c9306 #066c93

Analogous Colors of #93066c

#93066c #930626 #740693

Monochromatic Colors of #93066c

#93066c

Complementary Color

#93066c #06932d

#93066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93066c Color CSS Codes

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

#93066c Text Font Color

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

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


#93066c Background Color

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

This div background color is #93066c


#93066c Border Color

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

This div border color is #93066c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93066c


Comments

No comments written yet.

Please login to write comment.