Color Hex Logo

#d221ba Color Hex

#D221BA
(210,33,186)
0 Favorites   0 Comments

Color spaces of #d221ba

RGB 21033186
HSL0.860.730.48
HSV308°84°82°
CMYK 0.000.840.11   0.18
XYZ35.985118.334548.0967
Yxy18.33450.35140.1790
Hunter Lab42.818875.0792-36.6250
CIE-Lab49.899377.6647-38.6975

#d221ba color RGB value is (210,33,186).

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

The process color (four color CMYK) of #d221ba color hex is 0.00, 0.84, 0.11, 0.18. Web safe color of #d221ba is #cc33cc. Color #d221ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100001 10111010
Octal 322 41 272
Decimal 210 33 186
Hex D2 21 BA

RGB Percentages of Color #d221ba

%48.95
%7.69
%43.36

CMYK Percentages of Color #d221ba

%0
%84
%11
%18

Triadic Colors of #d221ba

#d221ba #bad221 #21bad2

Analogous Colors of #d221ba

#d221ba #d22162 #9221d2

Monochromatic Colors of #d221ba

#d221ba

Complementary Color

#d221ba #21d239

#d221ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d221ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d221ba Color CSS Codes

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

#d221ba Text Font Color

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

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


#d221ba Background Color

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

This div background color is #d221ba


#d221ba Border Color

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

This div border color is #d221ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d221ba


Comments

No comments written yet.

Please login to write comment.