Color Hex Logo

#da20bb Color Hex

#DA20BB
(218,32,187)
0 Favorites   0 Comments

Color spaces of #da20bb

RGB 21832187
HSL0.860.740.49
HSV310°85°85°
CMYK 0.000.850.14   0.15
XYZ38.399619.526348.7588
Yxy19.52630.35990.1830
Hunter Lab44.188677.7854-34.4901
CIE-Lab51.297479.5543-36.9828

#da20bb color RGB value is (218,32,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100000 10111011
Octal 332 40 273
Decimal 218 32 187
Hex DA 20 BB

RGB Percentages of Color #da20bb

%49.89
%7.32
%42.79

CMYK Percentages of Color #da20bb

%0
%85
%14
%15

Triadic Colors of #da20bb

#da20bb #bbda20 #20bbda

Analogous Colors of #da20bb

#da20bb #da205e #9c20da

Monochromatic Colors of #da20bb

#da20bb

Complementary Color

#da20bb #20da3f

#da20bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da20bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da20bb Color CSS Codes

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

#da20bb Text Font Color

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

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


#da20bb Background Color

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

This div background color is #da20bb


#da20bb Border Color

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

This div border color is #da20bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,32,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 #da20bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da20bb


Comments

No comments written yet.

Please login to write comment.