Color Hex Logo

#db4dca Color Hex

#DB4DCA
(219,77,202)
0 Favorites   0 Comments

Color spaces of #db4dca

RGB 21977202
HSL0.850.660.58
HSV307°65°86°
CMYK 0.000.650.08   0.14
XYZ42.528024.632158.3901
Yxy24.63210.33870.1962
Hunter Lab49.630766.1008-35.0126
CIE-Lab56.715268.9997-37.1176

#db4dca color RGB value is (219,77,202).

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

The process color (four color CMYK) of #db4dca color hex is 0.00, 0.65, 0.08, 0.14. Web safe color of #db4dca is #cc66cc. Color #db4dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001101 11001010
Octal 333 115 312
Decimal 219 77 202
Hex DB 4D CA

RGB Percentages of Color #db4dca

%43.98
%15.46
%40.56

CMYK Percentages of Color #db4dca

%0
%65
%8
%14

Triadic Colors of #db4dca

#db4dca #cadb4d #4dcadb

Analogous Colors of #db4dca

#db4dca #db4d83 #a54ddb

Monochromatic Colors of #db4dca

#db4dca

Complementary Color

#db4dca #4ddb5e

#db4dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4dca Color CSS Codes

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

#db4dca Text Font Color

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

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


#db4dca Background Color

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

This div background color is #db4dca


#db4dca Border Color

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

This div border color is #db4dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4dca


Comments

No comments written yet.

Please login to write comment.