Color Hex Logo

#db20be Color Hex

#DB20BE
(219,32,190)
0 Favorites   0 Comments

Color spaces of #db20be

RGB 21932190
HSL0.860.750.49
HSV309°85°86°
CMYK 0.000.850.13   0.14
XYZ39.024219.810850.4823
Yxy19.81080.35700.1812
Hunter Lab44.509378.6112-36.0900
CIE-Lab51.622680.1456-38.2041

#db20be color RGB value is (219,32,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 10111110
Octal 333 40 276
Decimal 219 32 190
Hex DB 20 BE

RGB Percentages of Color #db20be

%49.66
%7.26
%43.08

CMYK Percentages of Color #db20be

%0
%85
%13
%14

Triadic Colors of #db20be

#db20be #bedb20 #20bedb

Analogous Colors of #db20be

#db20be #db2061 #9b20db

Monochromatic Colors of #db20be

#db20be

Complementary Color

#db20be #20db3d

#db20be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db20be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db20be Color CSS Codes

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

#db20be Text Font Color

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

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


#db20be Background Color

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

This div background color is #db20be


#db20be Border Color

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

This div border color is #db20be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,32,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db20be


Comments

No comments written yet.

Please login to write comment.