Color Hex Logo

#93066b Color Hex

#93066B
(147,6,107)
0 Favorites   0 Comments

Color spaces of #93066b

RGB 1476107
HSL0.880.920.30
HSV317°96°58°
CMYK 0.000.960.27   0.42
XYZ14.75167.394814.5598
Yxy7.39480.40190.2015
Hunter Lab27.193449.2425-12.7095
CIE-Lab32.689358.8340-18.3261

#93066b color RGB value is (147,6,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000110 01101011
Octal 223 6 153
Decimal 147 6 107
Hex 93 6 6B

RGB Percentages of Color #93066b

%56.54
%2.31
%41.15

CMYK Percentages of Color #93066b

%0
%96
%27
%42

Triadic Colors of #93066b

#93066b #6b9306 #066b93

Analogous Colors of #93066b

#93066b #930625 #750693

Monochromatic Colors of #93066b

#93066b

Complementary Color

#93066b #06932e

#93066b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93066b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93066b Color CSS Codes

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

#93066b Text Font Color

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

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


#93066b Background Color

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

This div background color is #93066b


#93066b Border Color

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

This div border color is #93066b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93066b


Comments

No comments written yet.

Please login to write comment.