Color Hex Logo

#900521 Color Hex

#900521
(144,5,33)
0 Favorites   0 Comments

Color spaces of #900521

RGB 144533
HSL0.970.930.29
HSV348°97°56°
CMYK 0.000.970.77   0.44
XYZ11.83046.14762.0019
Yxy6.14760.59210.3077
Hunter Lab24.794441.779512.5690
CIE-Lab29.781852.310026.1475

#900521 color RGB value is (144,5,33).

#900521 hex color red value is 144, green value is 5 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #900521 hue: 0.97 , saturation: 0.93 and the lightness value of 900521 is 0.29.

The process color (four color CMYK) of #900521 color hex is 0.00, 0.97, 0.77, 0.44. Web safe color of #900521 is #990033. Color #900521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000101 00100001
Octal 220 5 41
Decimal 144 5 33
Hex 90 5 21

RGB Percentages of Color #900521

%79.12
%2.75
%18.13

CMYK Percentages of Color #900521

%0
%97
%77
%44

Triadic Colors of #900521

#900521 #219005 #052190

Analogous Colors of #900521

#900521 #902f05 #900567

Monochromatic Colors of #900521

#900521

Complementary Color

#900521 #059074

#900521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#900521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#900521 Color CSS Codes

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

#900521 Text Font Color

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

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


#900521 Background Color

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

This div background color is #900521


#900521 Border Color

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

This div border color is #900521


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,5,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #900521; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #900521;
  -webkit-box-shadow: 1px 1px 3px 2px #900521;
  box-shadow:         1px 1px 3px 2px #900521; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #900521


Comments

No comments written yet.

Please login to write comment.