Color Hex Logo

#db6eaf Color Hex

#DB6EAF
(219,110,175)
0 Favorites   0 Comments

Color spaces of #db6eaf

RGB 219110175
HSL0.900.600.65
HSV324°50°86°
CMYK 0.000.500.20   0.14
XYZ42.527229.307143.9728
Yxy29.30710.36720.2531
Hunter Lab54.136045.4847-10.2640
CIE-Lab61.051750.3054-14.9852

#db6eaf color RGB value is (219,110,175).

#db6eaf hex color red value is 219, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db6eaf hue: 0.90 , saturation: 0.60 and the lightness value of db6eaf is 0.65.

The process color (four color CMYK) of #db6eaf color hex is 0.00, 0.50, 0.20, 0.14. Web safe color of #db6eaf is #cc6699. Color #db6eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101110 10101111
Octal 333 156 257
Decimal 219 110 175
Hex DB 6E AF

RGB Percentages of Color #db6eaf

%43.45
%21.83
%34.72

CMYK Percentages of Color #db6eaf

%0
%50
%20
%14

Triadic Colors of #db6eaf

#db6eaf #afdb6e #6eafdb

Analogous Colors of #db6eaf

#db6eaf #db6e79 #d16edb

Monochromatic Colors of #db6eaf

#db6eaf

Complementary Color

#db6eaf #6edb9a

#db6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6eaf Color CSS Codes

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

#db6eaf Text Font Color

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

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


#db6eaf Background Color

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

This div background color is #db6eaf


#db6eaf Border Color

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

This div border color is #db6eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6eaf


Comments

No comments written yet.

Please login to write comment.