Color Hex Logo

#db507c Color Hex

#DB507C
(219,80,124)
0 Favorites   0 Comments

Color spaces of #db507c

RGB 21980124
HSL0.950.660.59
HSV341°63°86°
CMYK 0.000.630.43   0.14
XYZ35.720222.252621.4813
Yxy22.25260.44960.2801
Hunter Lab47.172752.61216.0216
CIE-Lab54.294057.83244.7669

#db507c color RGB value is (219,80,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01111100
Octal 333 120 174
Decimal 219 80 124
Hex DB 50 7C

RGB Percentages of Color #db507c

%51.77
%18.91
%29.31

CMYK Percentages of Color #db507c

%0
%63
%43
%14

Triadic Colors of #db507c

#db507c #7cdb50 #507cdb

Analogous Colors of #db507c

#db507c #db6a50 #db50c2

Monochromatic Colors of #db507c

#db507c

Complementary Color

#db507c #50dbaf

#db507c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db507c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db507c Color CSS Codes

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

#db507c Text Font Color

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

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


#db507c Background Color

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

This div background color is #db507c


#db507c Border Color

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

This div border color is #db507c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db507c


Comments

No comments written yet.

Please login to write comment.