Color Hex Logo

#db4acd Color Hex

#DB4ACD
(219,74,205)
0 Favorites   0 Comments

Color spaces of #db4acd

RGB 21974205
HSL0.850.670.57
HSV306°66°86°
CMYK 0.000.660.06   0.14
XYZ42.681624.365460.2110
Yxy24.36540.33540.1915
Hunter Lab49.361367.9625-37.7691
CIE-Lab56.451870.5949-39.2436

#db4acd color RGB value is (219,74,205).

#db4acd hex color red value is 219, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #db4acd hue: 0.85 , saturation: 0.67 and the lightness value of db4acd is 0.57.

The process color (four color CMYK) of #db4acd color hex is 0.00, 0.66, 0.06, 0.14. Web safe color of #db4acd is #cc33cc. Color #db4acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001010 11001101
Octal 333 112 315
Decimal 219 74 205
Hex DB 4A CD

RGB Percentages of Color #db4acd

%43.98
%14.86
%41.16

CMYK Percentages of Color #db4acd

%0
%66
%6
%14

Triadic Colors of #db4acd

#db4acd #cddb4a #4acddb

Analogous Colors of #db4acd

#db4acd #db4a85 #a14adb

Monochromatic Colors of #db4acd

#db4acd

Complementary Color

#db4acd #4adb58

#db4acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4acd Color CSS Codes

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

#db4acd Text Font Color

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

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


#db4acd Background Color

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

This div background color is #db4acd


#db4acd Border Color

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

This div border color is #db4acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4acd


Comments

No comments written yet.

Please login to write comment.