Color Hex Logo

#db4caf Color Hex

#DB4CAF
(219,76,175)
0 Favorites   0 Comments

Color spaces of #db4caf

RGB 21976175
HSL0.880.670.58
HSV318°65°86°
CMYK 0.000.650.20   0.14
XYZ39.535723.324142.9757
Yxy23.32410.37360.2204
Hunter Lab48.295061.6089-18.9531
CIE-Lab55.404665.4605-23.5956

#db4caf color RGB value is (219,76,175).

#db4caf hex color red value is 219, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #db4caf hue: 0.88 , saturation: 0.67 and the lightness value of db4caf is 0.58.

The process color (four color CMYK) of #db4caf color hex is 0.00, 0.65, 0.20, 0.14. Web safe color of #db4caf is #cc3399. Color #db4caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001100 10101111
Octal 333 114 257
Decimal 219 76 175
Hex DB 4C AF

RGB Percentages of Color #db4caf

%46.60
%16.17
%37.23

CMYK Percentages of Color #db4caf

%0
%65
%20
%14

Triadic Colors of #db4caf

#db4caf #afdb4c #4cafdb

Analogous Colors of #db4caf

#db4caf #db4c68 #c04cdb

Monochromatic Colors of #db4caf

#db4caf

Complementary Color

#db4caf #4cdb78

#db4caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4caf Color CSS Codes

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

#db4caf Text Font Color

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

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


#db4caf Background Color

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

This div background color is #db4caf


#db4caf Border Color

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

This div border color is #db4caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4caf


Comments

No comments written yet.

Please login to write comment.