Color Hex Logo

#990237 Color Hex

#990237
(153,2,55)
0 Favorites   0 Comments

Color spaces of #990237

RGB 153255
HSL0.940.970.30
HSV339°99°60°
CMYK 0.000.990.64   0.40
XYZ13.84827.09164.2534
Yxy7.09160.54970.2815
Hunter Lab26.630146.22129.1711
CIE-Lab32.014556.141314.9224

#990237 color RGB value is (153,2,55).

#990237 hex color red value is 153, green value is 2 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #990237 hue: 0.94 , saturation: 0.97 and the lightness value of 990237 is 0.30.

The process color (four color CMYK) of #990237 color hex is 0.00, 0.99, 0.64, 0.40. Web safe color of #990237 is #990033. Color #990237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000010 00110111
Octal 231 2 67
Decimal 153 2 55
Hex 99 2 37

RGB Percentages of Color #990237

%72.86
%0.95
%26.19

CMYK Percentages of Color #990237

%0
%99
%64
%40

Triadic Colors of #990237

#990237 #379902 #023799

Analogous Colors of #990237

#990237 #991902 #990283

Monochromatic Colors of #990237

#990237

Complementary Color

#990237 #029964

#990237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990237 Color CSS Codes

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

#990237 Text Font Color

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

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


#990237 Background Color

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

This div background color is #990237


#990237 Border Color

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

This div border color is #990237


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,2,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #990237; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #990237;
  -webkit-box-shadow: 1px 1px 3px 2px #990237;
  box-shadow:         1px 1px 3px 2px #990237; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990237


Comments

No comments written yet.

Please login to write comment.