Color Hex Logo

#db65ae Color Hex

#DB65AE
(219,101,174)
0 Favorites   0 Comments

Color spaces of #db65ae

RGB 219101174
HSL0.900.620.63
HSV323°54°86°
CMYK 0.000.540.21   0.14
XYZ41.507127.423443.1500
Yxy27.42340.37030.2447
Hunter Lab52.367449.8387-12.1970
CIE-Lab59.364254.4967-16.9668

#db65ae color RGB value is (219,101,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100101 10101110
Octal 333 145 256
Decimal 219 101 174
Hex DB 65 AE

RGB Percentages of Color #db65ae

%44.33
%20.45
%35.22

CMYK Percentages of Color #db65ae

%0
%54
%21
%14

Triadic Colors of #db65ae

#db65ae #aedb65 #65aedb

Analogous Colors of #db65ae

#db65ae #db6573 #cd65db

Monochromatic Colors of #db65ae

#db65ae

Complementary Color

#db65ae #65db92

#db65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db65ae Color CSS Codes

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

#db65ae Text Font Color

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

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


#db65ae Background Color

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

This div background color is #db65ae


#db65ae Border Color

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

This div border color is #db65ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db65ae


Comments

No comments written yet.

Please login to write comment.