Color Hex Logo

#db20ae Color Hex

#DB20AE
(219,32,174)
0 Favorites   0 Comments

Color spaces of #db20ae

RGB 21932174
HSL0.870.750.49
HSV314°85°86°
CMYK 0.000.850.21   0.14
XYZ37.369919.149141.7709
Yxy19.14910.38020.1948
Hunter Lab43.759775.8560-25.9636
CIE-Lab50.861278.1004-30.0452

#db20ae color RGB value is (219,32,174).

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

The process color (four color CMYK) of #db20ae color hex is 0.00, 0.85, 0.21, 0.14. Web safe color of #db20ae is #cc3399. Color #db20ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 10101110
Octal 333 40 256
Decimal 219 32 174
Hex DB 20 AE

RGB Percentages of Color #db20ae

%51.53
%7.53
%40.94

CMYK Percentages of Color #db20ae

%0
%85
%21
%14

Triadic Colors of #db20ae

#db20ae #aedb20 #20aedb

Analogous Colors of #db20ae

#db20ae #db2050 #ab20db

Monochromatic Colors of #db20ae

#db20ae

Complementary Color

#db20ae #20db4d

#db20ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db20ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db20ae Color CSS Codes

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

#db20ae Text Font Color

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

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


#db20ae Background Color

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

This div background color is #db20ae


#db20ae Border Color

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

This div border color is #db20ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db20ae


Comments

No comments written yet.

Please login to write comment.