Color Hex Logo

#da21bd Color Hex

#DA21BD
(218,33,189)
0 Favorites   0 Comments

Color spaces of #da21bd

RGB 21833189
HSL0.860.740.49
HSV309°85°85°
CMYK 0.000.850.13   0.15
XYZ38.642619.667349.9036
Yxy19.66730.35710.1817
Hunter Lab44.347877.9278-35.6742
CIE-Lab51.458979.6358-37.8925

#da21bd color RGB value is (218,33,189).

#da21bd hex color red value is 218, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #da21bd hue: 0.86 , saturation: 0.74 and the lightness value of da21bd is 0.49.

The process color (four color CMYK) of #da21bd color hex is 0.00, 0.85, 0.13, 0.15. Web safe color of #da21bd is #cc33cc. Color #da21bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10111101
Octal 332 41 275
Decimal 218 33 189
Hex DA 21 BD

RGB Percentages of Color #da21bd

%49.55
%7.50
%42.95

CMYK Percentages of Color #da21bd

%0
%85
%13
%15

Triadic Colors of #da21bd

#da21bd #bdda21 #21bdda

Analogous Colors of #da21bd

#da21bd #da2161 #9b21da

Monochromatic Colors of #da21bd

#da21bd

Complementary Color

#da21bd #21da3e

#da21bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da21bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da21bd Color CSS Codes

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

#da21bd Text Font Color

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

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


#da21bd Background Color

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

This div background color is #da21bd


#da21bd Border Color

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

This div border color is #da21bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da21bd


Comments

No comments written yet.

Please login to write comment.