Color Hex Logo

#db7485 Color Hex

#DB7485
(219,116,133)
0 Favorites   0 Comments

Color spaces of #db7485

RGB 219116133
HSL0.970.590.66
HSV350°47°86°
CMYK 0.000.470.39   0.14
XYZ39.692429.244325.7430
Yxy29.24430.41920.3089
Hunter Lab54.078036.37979.6305
CIE-Lab60.996641.84949.0832

#db7485 color RGB value is (219,116,133).

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

The process color (four color CMYK) of #db7485 color hex is 0.00, 0.47, 0.39, 0.14. Web safe color of #db7485 is #cc6699. Color #db7485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 10000101
Octal 333 164 205
Decimal 219 116 133
Hex DB 74 85

RGB Percentages of Color #db7485

%46.79
%24.79
%28.42

CMYK Percentages of Color #db7485

%0
%47
%39
%14

Triadic Colors of #db7485

#db7485 #85db74 #7485db

Analogous Colors of #db7485

#db7485 #db9774 #db74b9

Monochromatic Colors of #db7485

#db7485

Complementary Color

#db7485 #74dbca

#db7485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7485 Color CSS Codes

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

#db7485 Text Font Color

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

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


#db7485 Background Color

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

This div background color is #db7485


#db7485 Border Color

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

This div border color is #db7485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7485


Comments

No comments written yet.

Please login to write comment.