Color Hex Logo

#db5074 Color Hex

#DB5074
(219,80,116)
0 Favorites   0 Comments

Color spaces of #db5074

RGB 21980116
HSL0.960.660.59
HSV344°63°86°
CMYK 0.000.630.47   0.14
XYZ35.234522.058318.9236
Yxy22.05830.46230.2894
Hunter Lab46.966351.72138.9873
CIE-Lab54.088857.07409.2307

#db5074 color RGB value is (219,80,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01110100
Octal 333 120 164
Decimal 219 80 116
Hex DB 50 74

RGB Percentages of Color #db5074

%52.77
%19.28
%27.95

CMYK Percentages of Color #db5074

%0
%63
%47
%14

Triadic Colors of #db5074

#db5074 #74db50 #5074db

Analogous Colors of #db5074

#db5074 #db7250 #db50ba

Monochromatic Colors of #db5074

#db5074

Complementary Color

#db5074 #50dbb7

#db5074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5074 Color CSS Codes

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

#db5074 Text Font Color

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

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


#db5074 Background Color

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

This div background color is #db5074


#db5074 Border Color

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

This div border color is #db5074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5074


Comments

No comments written yet.

Please login to write comment.