Color Hex Logo

#d21479 Color Hex

#D21479
(210,20,121)
0 Favorites   0 Comments

Color spaces of #d21479

RGB 21020121
HSL0.910.830.45
HSV328°90°82°
CMYK 0.000.900.42   0.18
XYZ30.279715.582419.5010
Yxy15.58240.46330.2384
Hunter Lab39.474567.8413-1.6579
CIE-Lab46.421872.4278-5.1122

#d21479 color RGB value is (210,20,121).

#d21479 hex color red value is 210, green value is 20 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d21479 hue: 0.91 , saturation: 0.83 and the lightness value of d21479 is 0.45.

The process color (four color CMYK) of #d21479 color hex is 0.00, 0.90, 0.42, 0.18. Web safe color of #d21479 is #cc0066. Color #d21479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010100 01111001
Octal 322 24 171
Decimal 210 20 121
Hex D2 14 79

RGB Percentages of Color #d21479

%59.83
%5.70
%34.47

CMYK Percentages of Color #d21479

%0
%90
%42
%18

Triadic Colors of #d21479

#d21479 #79d214 #1479d2

Analogous Colors of #d21479

#d21479 #d2141a #cc14d2

Monochromatic Colors of #d21479

#d21479

Complementary Color

#d21479 #14d26d

#d21479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21479 Color CSS Codes

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

#d21479 Text Font Color

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

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


#d21479 Background Color

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

This div background color is #d21479


#d21479 Border Color

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

This div border color is #d21479


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,20,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d21479; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d21479;
  -webkit-box-shadow: 1px 1px 3px 2px #d21479;
  box-shadow:         1px 1px 3px 2px #d21479; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21479


Comments

No comments written yet.

Please login to write comment.