Color Hex Logo

#93013d Color Hex

#93013D
(147,1,61)
0 Favorites   0 Comments

Color spaces of #93013d

RGB 147161
HSL0.930.990.29
HSV335°99°58°
CMYK 0.000.990.59   0.42
XYZ12.88586.56175.0023
Yxy6.56170.52700.2684
Hunter Lab25.615844.96516.3528
CIE-Lab30.787555.18839.0373

#93013d color RGB value is (147,1,61).

#93013d hex color red value is 147, green value is 1 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #93013d hue: 0.93 , saturation: 0.99 and the lightness value of 93013d is 0.29.

The process color (four color CMYK) of #93013d color hex is 0.00, 0.99, 0.59, 0.42. Web safe color of #93013d is #990033. Color #93013d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000001 00111101
Octal 223 1 75
Decimal 147 1 61
Hex 93 1 3D

RGB Percentages of Color #93013d

%70.33
%0.48
%29.19

CMYK Percentages of Color #93013d

%0
%99
%59
%42

Triadic Colors of #93013d

#93013d #3d9301 #013d93

Analogous Colors of #93013d

#93013d #930e01 #930186

Monochromatic Colors of #93013d

#93013d

Complementary Color

#93013d #019357

#93013d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93013d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93013d Color CSS Codes

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

#93013d Text Font Color

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

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


#93013d Background Color

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

This div background color is #93013d


#93013d Border Color

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

This div border color is #93013d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93013d


Comments

No comments written yet.

Please login to write comment.