Color Hex Logo

#db578e Color Hex

#DB578E
(219,87,142)
0 Favorites   0 Comments

Color spaces of #db578e

RGB 21987142
HSL0.930.650.60
HSV335°60°86°
CMYK 0.000.600.35   0.14
XYZ37.504123.829528.2140
Yxy23.82950.41880.2661
Hunter Lab48.815551.7115-0.0972
CIE-Lab55.916756.7474-3.5120

#db578e color RGB value is (219,87,142).

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

The process color (four color CMYK) of #db578e color hex is 0.00, 0.60, 0.35, 0.14. Web safe color of #db578e is #cc6699. Color #db578e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 10001110
Octal 333 127 216
Decimal 219 87 142
Hex DB 57 8E

RGB Percentages of Color #db578e

%48.88
%19.42
%31.70

CMYK Percentages of Color #db578e

%0
%60
%35
%14

Triadic Colors of #db578e

#db578e #8edb57 #578edb

Analogous Colors of #db578e

#db578e #db6257 #db57d0

Monochromatic Colors of #db578e

#db578e

Complementary Color

#db578e #57dba4

#db578e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db578e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db578e Color CSS Codes

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

#db578e Text Font Color

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

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


#db578e Background Color

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

This div background color is #db578e


#db578e Border Color

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

This div border color is #db578e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db578e


Comments

No comments written yet.

Please login to write comment.