Color Hex Logo

#db34da Color Hex

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

Color spaces of #db34da

RGB 21952218
HSL0.830.700.53
HSV300°76°86°
CMYK 0.000.760.00   0.14
XYZ43.096322.578068.4162
Yxy22.57800.32140.1684
Hunter Lab47.516378.7422-52.1071
CIE-Lab54.635079.6621-49.5178

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

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

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

Base Numbers

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

RGB Percentages of Color #db34da

%44.79
%10.63
%44.58

CMYK Percentages of Color #db34da

%0
%76
%0
%14

Triadic Colors of #db34da

#db34da #dadb34 #34dadb

Analogous Colors of #db34da

#db34da #db3487 #8934db

Monochromatic Colors of #db34da

#db34da

Complementary Color

#db34da #34db35

#db34da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db34da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db34da Color CSS Codes

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

#db34da Text Font Color

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

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


#db34da Background Color

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

This div background color is #db34da


#db34da Border Color

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

This div border color is #db34da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db34da


Comments

No comments written yet.

Please login to write comment.