Color Hex Logo

#db4aca Color Hex

#DB4ACA
(219,74,202)
0 Favorites   0 Comments

Color spaces of #db4aca

RGB 21974202
HSL0.850.670.57
HSV307°66°86°
CMYK 0.000.660.08   0.14
XYZ42.322924.221958.3217
Yxy24.22190.33890.1940
Hunter Lab49.215767.3728-35.8089
CIE-Lab56.309370.1336-37.7540

#db4aca color RGB value is (219,74,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001010 11001010
Octal 333 112 312
Decimal 219 74 202
Hex DB 4A CA

RGB Percentages of Color #db4aca

%44.24
%14.95
%40.81

CMYK Percentages of Color #db4aca

%0
%66
%8
%14

Triadic Colors of #db4aca

#db4aca #cadb4a #4acadb

Analogous Colors of #db4aca

#db4aca #db4a82 #a44adb

Monochromatic Colors of #db4aca

#db4aca

Complementary Color

#db4aca #4adb5b

#db4aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4aca Color CSS Codes

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

#db4aca Text Font Color

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

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


#db4aca Background Color

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

This div background color is #db4aca


#db4aca Border Color

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

This div border color is #db4aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4aca


Comments

No comments written yet.

Please login to write comment.