Color Hex Logo

#db547c Color Hex

#DB547C
(219,84,124)
0 Favorites   0 Comments

Color spaces of #db547c

RGB 21984124
HSL0.950.650.59
HSV342°62°86°
CMYK 0.000.620.43   0.14
XYZ36.021822.856021.5819
Yxy22.85600.44770.2841
Hunter Lab47.807950.83036.7003
CIE-Lab54.923756.13095.6712

#db547c color RGB value is (219,84,124).

#db547c hex color red value is 219, green value is 84 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db547c hue: 0.95 , saturation: 0.65 and the lightness value of db547c is 0.59.

The process color (four color CMYK) of #db547c color hex is 0.00, 0.62, 0.43, 0.14. Web safe color of #db547c is #cc6666. Color #db547c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 01111100
Octal 333 124 174
Decimal 219 84 124
Hex DB 54 7C

RGB Percentages of Color #db547c

%51.29
%19.67
%29.04

CMYK Percentages of Color #db547c

%0
%62
%43
%14

Triadic Colors of #db547c

#db547c #7cdb54 #547cdb

Analogous Colors of #db547c

#db547c #db7054 #db54c0

Monochromatic Colors of #db547c

#db547c

Complementary Color

#db547c #54dbb3

#db547c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db547c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db547c Color CSS Codes

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

#db547c Text Font Color

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

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


#db547c Background Color

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

This div background color is #db547c


#db547c Border Color

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

This div border color is #db547c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db547c


Comments

No comments written yet.

Please login to write comment.