Color Hex Logo

#db717d Color Hex

#DB717D
(219,113,125)
0 Favorites   0 Comments

Color spaces of #db717d

RGB 219113125
HSL0.980.600.65
HSV353°48°86°
CMYK 0.000.480.43   0.14
XYZ38.820228.351022.8283
Yxy28.35100.43130.3150
Hunter Lab53.245736.960411.8522
CIE-Lab60.204542.505912.5731

#db717d color RGB value is (219,113,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 01111101
Octal 333 161 175
Decimal 219 113 125
Hex DB 71 7D

RGB Percentages of Color #db717d

%47.92
%24.73
%27.35

CMYK Percentages of Color #db717d

%0
%48
%43
%14

Triadic Colors of #db717d

#db717d #7ddb71 #717ddb

Analogous Colors of #db717d

#db717d #db9a71 #db71b2

Monochromatic Colors of #db717d

#db717d

Complementary Color

#db717d #71dbcf

#db717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db717d Color CSS Codes

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

#db717d Text Font Color

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

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


#db717d Background Color

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

This div background color is #db717d


#db717d Border Color

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

This div border color is #db717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db717d


Comments

No comments written yet.

Please login to write comment.