Color Hex Logo

#db69ae Color Hex

#DB69AE
(219,105,174)
0 Favorites   0 Comments

Color spaces of #db69ae

RGB 219105174
HSL0.900.610.64
HSV324°52°86°
CMYK 0.000.520.21   0.14
XYZ41.905028.219243.2826
Yxy28.21920.36950.2488
Hunter Lab53.121747.8464-11.1232
CIE-Lab60.086352.5927-15.8722

#db69ae color RGB value is (219,105,174).

#db69ae hex color red value is 219, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db69ae hue: 0.90 , saturation: 0.61 and the lightness value of db69ae is 0.64.

The process color (four color CMYK) of #db69ae color hex is 0.00, 0.52, 0.21, 0.14. Web safe color of #db69ae is #cc6699. Color #db69ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101001 10101110
Octal 333 151 256
Decimal 219 105 174
Hex DB 69 AE

RGB Percentages of Color #db69ae

%43.98
%21.08
%34.94

CMYK Percentages of Color #db69ae

%0
%52
%21
%14

Triadic Colors of #db69ae

#db69ae #aedb69 #69aedb

Analogous Colors of #db69ae

#db69ae #db6975 #cf69db

Monochromatic Colors of #db69ae

#db69ae

Complementary Color

#db69ae #69db96

#db69ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db69ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db69ae Color CSS Codes

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

#db69ae Text Font Color

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

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


#db69ae Background Color

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

This div background color is #db69ae


#db69ae Border Color

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

This div border color is #db69ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db69ae


Comments

No comments written yet.

Please login to write comment.