Color Hex Logo

#db5b7c Color Hex

#DB5B7C
(219,91,124)
0 Favorites   0 Comments

Color spaces of #db5b7c

RGB 21991124
HSL0.960.640.61
HSV345°58°86°
CMYK 0.000.580.43   0.14
XYZ36.592623.997521.7721
Yxy23.99750.44430.2914
Hunter Lab48.987247.60877.9400
CIE-Lab56.085353.02527.3323

#db5b7c color RGB value is (219,91,124).

#db5b7c hex color red value is 219, green value is 91 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db5b7c hue: 0.96 , saturation: 0.64 and the lightness value of db5b7c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011011 01111100
Octal 333 133 174
Decimal 219 91 124
Hex DB 5B 7C

RGB Percentages of Color #db5b7c

%50.46
%20.97
%28.57

CMYK Percentages of Color #db5b7c

%0
%58
%43
%14

Triadic Colors of #db5b7c

#db5b7c #7cdb5b #5b7cdb

Analogous Colors of #db5b7c

#db5b7c #db7a5b #db5bbc

Monochromatic Colors of #db5b7c

#db5b7c

Complementary Color

#db5b7c #5bdbba

#db5b7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5b7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5b7c Color CSS Codes

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

#db5b7c Text Font Color

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

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


#db5b7c Background Color

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

This div background color is #db5b7c


#db5b7c Border Color

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

This div border color is #db5b7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5b7c


Comments

No comments written yet.

Please login to write comment.