Color Hex Logo

#db11ae Color Hex

#DB11AE
(219,17,174)
0 Favorites   0 Comments

Color spaces of #db11ae

RGB 21917174
HSL0.870.860.46
HSV313°92°86°
CMYK 0.000.920.21   0.14
XYZ37.053818.517041.6656
Yxy18.51700.38110.1904
Hunter Lab43.031478.3993-27.2862
CIE-Lab50.117380.2712-31.2056

#db11ae color RGB value is (219,17,174).

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

The process color (four color CMYK) of #db11ae color hex is 0.00, 0.92, 0.21, 0.14. Web safe color of #db11ae is #cc0099. Color #db11ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 10101110
Octal 333 21 256
Decimal 219 17 174
Hex DB 11 AE

RGB Percentages of Color #db11ae

%53.41
%4.15
%42.44

CMYK Percentages of Color #db11ae

%0
%92
%21
%14

Triadic Colors of #db11ae

#db11ae #aedb11 #11aedb

Analogous Colors of #db11ae

#db11ae #db1149 #a311db

Monochromatic Colors of #db11ae

#db11ae

Complementary Color

#db11ae #11db3e

#db11ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db11ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db11ae Color CSS Codes

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

#db11ae Text Font Color

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

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


#db11ae Background Color

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

This div background color is #db11ae


#db11ae Border Color

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

This div border color is #db11ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db11ae


Comments

No comments written yet.

Please login to write comment.