Color Hex Logo

#90393b Color Hex

#90393B
(144,57,59)
0 Favorites   0 Comments

Color spaces of #90393b

RGB 1445759
HSL1.000.430.39
HSV359°60°56°
CMYK 0.000.600.59   0.44
XYZ13.75419.17135.1830
Yxy9.17130.48930.3263
Hunter Lab30.284228.071811.0517
CIE-Lab36.312037.020317.7100

#90393b color RGB value is (144,57,59).

#90393b hex color red value is 144, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #90393b hue: 1.00 , saturation: 0.43 and the lightness value of 90393b is 0.39.

The process color (four color CMYK) of #90393b color hex is 0.00, 0.60, 0.59, 0.44. Web safe color of #90393b is #993333. Color #90393b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00111001 00111011
Octal 220 71 73
Decimal 144 57 59
Hex 90 39 3B

RGB Percentages of Color #90393b

%55.38
%21.92
%22.69

CMYK Percentages of Color #90393b

%0
%60
%59
%44

Triadic Colors of #90393b

#90393b #3b9039 #393b90

Analogous Colors of #90393b

#90393b #906339 #903967

Monochromatic Colors of #90393b

#90393b

Complementary Color

#90393b #39908e

#90393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#90393b Color CSS Codes

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

#90393b Text Font Color

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

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


#90393b Background Color

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

This div background color is #90393b


#90393b Border Color

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

This div border color is #90393b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,57,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90393b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90393b;
  -webkit-box-shadow: 1px 1px 3px 2px #90393b;
  box-shadow:         1px 1px 3px 2px #90393b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,57,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90393b


Comments

No comments written yet.

Please login to write comment.