Color Hex Logo

#d21a70 Color Hex

#D21A70
(210,26,112)
0 Favorites   0 Comments

Color spaces of #d21a70

RGB 21026112
HSL0.920.780.46
HSV332°88°82°
CMYK 0.000.880.47   0.18
XYZ29.872415.610316.7679
Yxy15.61030.47990.2508
Hunter Lab39.509965.81702.4944
CIE-Lab46.459070.72930.4859

#d21a70 color RGB value is (210,26,112).

#d21a70 hex color red value is 210, green value is 26 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d21a70 hue: 0.92 , saturation: 0.78 and the lightness value of d21a70 is 0.46.

The process color (four color CMYK) of #d21a70 color hex is 0.00, 0.88, 0.47, 0.18. Web safe color of #d21a70 is #cc3366. Color #d21a70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011010 01110000
Octal 322 32 160
Decimal 210 26 112
Hex D2 1A 70

RGB Percentages of Color #d21a70

%60.34
%7.47
%32.18

CMYK Percentages of Color #d21a70

%0
%88
%47
%18

Triadic Colors of #d21a70

#d21a70 #70d21a #1a70d2

Analogous Colors of #d21a70

#d21a70 #d2201a #d21acc

Monochromatic Colors of #d21a70

#d21a70

Complementary Color

#d21a70 #1ad27c

#d21a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21a70 Color CSS Codes

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

#d21a70 Text Font Color

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

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


#d21a70 Background Color

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

This div background color is #d21a70


#d21a70 Border Color

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

This div border color is #d21a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21a70


Comments

No comments written yet.

Please login to write comment.