Color Hex Logo

#d221af Color Hex

#D221AF
(210,33,175)
0 Favorites   0 Comments

Color spaces of #d221af

RGB 21033175
HSL0.870.730.48
HSV312°84°82°
CMYK 0.000.840.17   0.18
XYZ34.860117.884542.1722
Yxy17.88450.36730.1884
Hunter Lab42.290173.1316-29.5217
CIE-Lab49.355776.1985-33.1047

#d221af color RGB value is (210,33,175).

#d221af hex color red value is 210, green value is 33 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d221af hue: 0.87 , saturation: 0.73 and the lightness value of d221af is 0.48.

The process color (four color CMYK) of #d221af color hex is 0.00, 0.84, 0.17, 0.18. Web safe color of #d221af is #cc3399. Color #d221af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100001 10101111
Octal 322 41 257
Decimal 210 33 175
Hex D2 21 AF

RGB Percentages of Color #d221af

%50.24
%7.89
%41.87

CMYK Percentages of Color #d221af

%0
%84
%17
%18

Triadic Colors of #d221af

#d221af #afd221 #21afd2

Analogous Colors of #d221af

#d221af #d22157 #9d21d2

Monochromatic Colors of #d221af

#d221af

Complementary Color

#d221af #21d244

#d221af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d221af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d221af Color CSS Codes

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

#d221af Text Font Color

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

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


#d221af Background Color

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

This div background color is #d221af


#d221af Border Color

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

This div border color is #d221af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d221af


Comments

No comments written yet.

Please login to write comment.