Color Hex Logo

#d90521 Color Hex

#D90521
(217,5,33)
0 Favorites   0 Comments

Color spaces of #d90521

RGB 217533
HSL0.980.950.44
HSV352°98°85°
CMYK 0.000.980.85   0.15
XYZ28.944114.97012.8028
Yxy14.97010.61960.3204
Hunter Lab38.691265.822622.7889
CIE-Lab45.593270.902647.1424

#d90521 color RGB value is (217,5,33).

#d90521 hex color red value is 217, green value is 5 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d90521 hue: 0.98 , saturation: 0.95 and the lightness value of d90521 is 0.44.

The process color (four color CMYK) of #d90521 color hex is 0.00, 0.98, 0.85, 0.15. Web safe color of #d90521 is #cc0033. Color #d90521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000101 00100001
Octal 331 5 41
Decimal 217 5 33
Hex D9 5 21

RGB Percentages of Color #d90521

%85.10
%1.96
%12.94

CMYK Percentages of Color #d90521

%0
%98
%85
%15

Triadic Colors of #d90521

#d90521 #21d905 #0521d9

Analogous Colors of #d90521

#d90521 #d95305 #d9058b

Monochromatic Colors of #d90521

#d90521

Complementary Color

#d90521 #05d9bd

#d90521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90521 Color CSS Codes

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

#d90521 Text Font Color

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

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


#d90521 Background Color

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

This div background color is #d90521


#d90521 Border Color

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

This div border color is #d90521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d90521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90521


Comments

No comments written yet.

Please login to write comment.