Color Hex Logo

#990217 Color Hex

#990217
(153,2,23)
0 Favorites   0 Comments

Color spaces of #990217

RGB 153223
HSL0.980.970.30
HSV352°99°60°
CMYK 0.000.990.85   0.40
XYZ13.31326.87761.4364
Yxy6.87760.61560.3180
Hunter Lab26.225244.721415.1102
CIE-Lab31.526654.811634.6852

#990217 color RGB value is (153,2,23).

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

The process color (four color CMYK) of #990217 color hex is 0.00, 0.99, 0.85, 0.40. Web safe color of #990217 is #990000. Color #990217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000010 00010111
Octal 231 2 27
Decimal 153 2 23
Hex 99 2 17

RGB Percentages of Color #990217

%85.96
%1.12
%12.92

CMYK Percentages of Color #990217

%0
%99
%85
%40

Triadic Colors of #990217

#990217 #179902 #021799

Analogous Colors of #990217

#990217 #993902 #990262

Monochromatic Colors of #990217

#990217

Complementary Color

#990217 #029984

#990217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#990217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#990217 Color CSS Codes

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

#990217 Text Font Color

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

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


#990217 Background Color

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

This div background color is #990217


#990217 Border Color

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

This div border color is #990217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #990217


Comments

No comments written yet.

Please login to write comment.