Color Hex Logo

#d21577 Color Hex

#D21577
(210,21,119)
0 Favorites   0 Comments

Color spaces of #d21577

RGB 21021119
HSL0.910.820.45
HSV329°90°82°
CMYK 0.000.900.43   0.18
XYZ30.176315.569918.8676
Yxy15.56990.46700.2410
Hunter Lab39.458767.4563-0.7290
CIE-Lab46.405172.1106-3.9069

#d21577 color RGB value is (210,21,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010101 01110111
Octal 322 25 167
Decimal 210 21 119
Hex D2 15 77

RGB Percentages of Color #d21577

%60.00
%6.00
%34.00

CMYK Percentages of Color #d21577

%0
%90
%43
%18

Triadic Colors of #d21577

#d21577 #77d215 #1577d2

Analogous Colors of #d21577

#d21577 #d21519 #cf15d2

Monochromatic Colors of #d21577

#d21577

Complementary Color

#d21577 #15d270

#d21577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21577 Color CSS Codes

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

#d21577 Text Font Color

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

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


#d21577 Background Color

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

This div background color is #d21577


#d21577 Border Color

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

This div border color is #d21577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21577


Comments

No comments written yet.

Please login to write comment.