Color Hex Logo

#db8aaf Color Hex

#DB8AAF
(219,138,175)
0 Favorites   0 Comments

Color spaces of #db8aaf

RGB 219138175
HSL0.920.530.70
HSV333°37°86°
CMYK 0.000.370.20   0.14
XYZ46.039836.332245.1437
Yxy36.33220.36110.2849
Hunter Lab60.276230.8574-2.2118
CIE-Lab66.773035.8965-6.4216

#db8aaf color RGB value is (219,138,175).

#db8aaf hex color red value is 219, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db8aaf hue: 0.92 , saturation: 0.53 and the lightness value of db8aaf is 0.70.

The process color (four color CMYK) of #db8aaf color hex is 0.00, 0.37, 0.20, 0.14. Web safe color of #db8aaf is #cc9999. Color #db8aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001010 10101111
Octal 333 212 257
Decimal 219 138 175
Hex DB 8A AF

RGB Percentages of Color #db8aaf

%41.17
%25.94
%32.89

CMYK Percentages of Color #db8aaf

%0
%37
%20
%14

Triadic Colors of #db8aaf

#db8aaf #afdb8a #8aafdb

Analogous Colors of #db8aaf

#db8aaf #db8e8a #db8ad8

Monochromatic Colors of #db8aaf

#db8aaf

Complementary Color

#db8aaf #8adbb6

#db8aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8aaf Color CSS Codes

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

#db8aaf Text Font Color

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

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


#db8aaf Background Color

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

This div background color is #db8aaf


#db8aaf Border Color

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

This div border color is #db8aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8aaf


Comments

No comments written yet.

Please login to write comment.