Color Hex Logo

#da34db Color Hex

#DA34DB
(218,52,219)
0 Favorites   0 Comments

Color spaces of #da34db

RGB 21852219
HSL0.830.700.53
HSV300°76°86°
CMYK 0.000.760.00   0.14
XYZ42.927622.475969.0936
Yxy22.47590.31920.1671
Hunter Lab47.408878.6626-53.2232
CIE-Lab54.528379.6198-50.2651

#da34db color RGB value is (218,52,219).

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

The process color (four color CMYK) of #da34db color hex is 0.00, 0.76, 0.00, 0.14. Web safe color of #da34db is #cc33cc. Color #da34db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 11011011
Octal 332 64 333
Decimal 218 52 219
Hex DA 34 DB

RGB Percentages of Color #da34db

%44.58
%10.63
%44.79

CMYK Percentages of Color #da34db

%0
%76
%0
%14

Triadic Colors of #da34db

#da34db #dbda34 #34dbda

Analogous Colors of #da34db

#da34db #db3489 #8734db

Monochromatic Colors of #da34db

#da34db

Complementary Color

#da34db #35db34

#da34db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da34db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da34db Color CSS Codes

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

#da34db Text Font Color

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

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


#da34db Background Color

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

This div background color is #da34db


#da34db Border Color

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

This div border color is #da34db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da34db


Comments

No comments written yet.

Please login to write comment.