Color Hex Logo

#db42dd Color Hex

#DB42DD
(219,66,221)
0 Favorites   0 Comments

Color spaces of #db42dd

RGB 21966221
HSL0.830.700.56
HSV299°70°87°
CMYK 0.010.700.00   0.13
XYZ44.212824.177070.7430
Yxy24.17700.31780.1738
Hunter Lab49.170174.4560-50.8838
CIE-Lab56.264675.9269-48.6285

#db42dd color RGB value is (219,66,221).

#db42dd hex color red value is 219, green value is 66 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db42dd hue: 0.83 , saturation: 0.70 and the lightness value of db42dd is 0.56.

The process color (four color CMYK) of #db42dd color hex is 0.01, 0.70, 0.00, 0.13. Web safe color of #db42dd is #cc33cc. Color #db42dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 11011101
Octal 333 102 335
Decimal 219 66 221
Hex DB 42 DD

RGB Percentages of Color #db42dd

%43.28
%13.04
%43.68

CMYK Percentages of Color #db42dd

%1
%70
%0
%13

Triadic Colors of #db42dd

#db42dd #dddb42 #42dddb

Analogous Colors of #db42dd

#db42dd #dd4292 #8e42dd

Monochromatic Colors of #db42dd

#db42dd

Complementary Color

#db42dd #44dd42

#db42dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db42dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db42dd Color CSS Codes

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

#db42dd Text Font Color

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

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


#db42dd Background Color

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

This div background color is #db42dd


#db42dd Border Color

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

This div border color is #db42dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db42dd


Comments

No comments written yet.

Please login to write comment.