Color Hex Logo

#d21599 Color Hex

#D21599
(210,21,153)
0 Favorites   0 Comments

Color spaces of #d21599

RGB 21021153
HSL0.880.820.45
HSV318°90°82°
CMYK 0.000.900.27   0.18
XYZ32.596316.537931.6111
Yxy16.53790.40370.2048
Hunter Lab40.666871.9089-17.6205
CIE-Lab47.672475.5326-22.6510

#d21599 color RGB value is (210,21,153).

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

The process color (four color CMYK) of #d21599 color hex is 0.00, 0.90, 0.27, 0.18. Web safe color of #d21599 is #cc0099. Color #d21599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00010101 10011001
Octal 322 25 231
Decimal 210 21 153
Hex D2 15 99

RGB Percentages of Color #d21599

%54.69
%5.47
%39.84

CMYK Percentages of Color #d21599

%0
%90
%27
%18

Triadic Colors of #d21599

#d21599 #99d215 #1599d2

Analogous Colors of #d21599

#d21599 #d2153b #ad15d2

Monochromatic Colors of #d21599

#d21599

Complementary Color

#d21599 #15d24e

#d21599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21599 Color CSS Codes

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

#d21599 Text Font Color

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

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


#d21599 Background Color

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

This div background color is #d21599


#d21599 Border Color

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

This div border color is #d21599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21599


Comments

No comments written yet.

Please login to write comment.