Color Hex Logo

#db39da Color Hex

#DB39DA
(219,57,218)
0 Favorites   0 Comments

Color spaces of #db39da

RGB 21957218
HSL0.830.690.54
HSV300°74°86°
CMYK 0.000.740.00   0.14
XYZ43.331423.048368.4946
Yxy23.04830.32130.1709
Hunter Lab48.008677.0945-50.9838
CIE-Lab55.122178.2598-48.7434

#db39da color RGB value is (219,57,218).

#db39da hex color red value is 219, green value is 57 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db39da hue: 0.83 , saturation: 0.69 and the lightness value of db39da is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 11011010
Octal 333 71 332
Decimal 219 57 218
Hex DB 39 DA

RGB Percentages of Color #db39da

%44.33
%11.54
%44.13

CMYK Percentages of Color #db39da

%0
%74
%0
%14

Triadic Colors of #db39da

#db39da #dadb39 #39dadb

Analogous Colors of #db39da

#db39da #db3989 #8b39db

Monochromatic Colors of #db39da

#db39da

Complementary Color

#db39da #39db3a

#db39da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db39da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db39da Color CSS Codes

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

#db39da Text Font Color

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

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


#db39da Background Color

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

This div background color is #db39da


#db39da Border Color

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

This div border color is #db39da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db39da


Comments

No comments written yet.

Please login to write comment.