Color Hex Logo

#db41da Color Hex

#DB41DA
(219,65,218)
0 Favorites   0 Comments

Color spaces of #db41da

RGB 21965218
HSL0.830.680.56
HSV300°70°86°
CMYK 0.000.700.00   0.14
XYZ43.758623.902668.6370
Yxy23.90260.32110.1754
Hunter Lab48.890374.2061-49.0139
CIE-Lab55.990175.7786-47.3654

#db41da color RGB value is (219,65,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 11011010
Octal 333 101 332
Decimal 219 65 218
Hex DB 41 DA

RGB Percentages of Color #db41da

%43.63
%12.95
%43.43

CMYK Percentages of Color #db41da

%0
%70
%0
%14

Triadic Colors of #db41da

#db41da #dadb41 #41dadb

Analogous Colors of #db41da

#db41da #db418d #8f41db

Monochromatic Colors of #db41da

#db41da

Complementary Color

#db41da #41db42

#db41da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db41da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db41da Color CSS Codes

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

#db41da Text Font Color

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

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


#db41da Background Color

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

This div background color is #db41da


#db41da Border Color

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

This div border color is #db41da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db41da


Comments

No comments written yet.

Please login to write comment.