Color Hex Logo

#da21bb Color Hex

#DA21BB
(218,33,187)
0 Favorites   0 Comments

Color spaces of #da21bb

RGB 21833187
HSL0.860.740.49
HSV310°85°85°
CMYK 0.000.850.14   0.15
XYZ38.426919.581048.7679
Yxy19.58100.35990.1834
Hunter Lab44.250477.5705-34.3676
CIE-Lab51.360179.3712-36.8841

#da21bb color RGB value is (218,33,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10111011
Octal 332 41 273
Decimal 218 33 187
Hex DA 21 BB

RGB Percentages of Color #da21bb

%49.77
%7.53
%42.69

CMYK Percentages of Color #da21bb

%0
%85
%14
%15

Triadic Colors of #da21bb

#da21bb #bbda21 #21bbda

Analogous Colors of #da21bb

#da21bb #da215f #9d21da

Monochromatic Colors of #da21bb

#da21bb

Complementary Color

#da21bb #21da40

#da21bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da21bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da21bb Color CSS Codes

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

#da21bb Text Font Color

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

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


#da21bb Background Color

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

This div background color is #da21bb


#da21bb Border Color

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

This div border color is #da21bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da21bb


Comments

No comments written yet.

Please login to write comment.