Color Hex Logo

#dd34db Color Hex

#DD34DB
(221,52,219)
0 Favorites   0 Comments

Color spaces of #dd34db

RGB 22152219
HSL0.840.710.54
HSV301°76°87°
CMYK 0.000.760.01   0.13
XYZ43.833022.942669.1359
Yxy22.94260.32250.1688
Hunter Lab47.898479.5273-52.0494
CIE-Lab55.013280.2084-49.4643

#dd34db color RGB value is (221,52,219).

#dd34db hex color red value is 221, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd34db hue: 0.84 , saturation: 0.71 and the lightness value of dd34db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110100 11011011
Octal 335 64 333
Decimal 221 52 219
Hex DD 34 DB

RGB Percentages of Color #dd34db

%44.92
%10.57
%44.51

CMYK Percentages of Color #dd34db

%0
%76
%1
%13

Triadic Colors of #dd34db

#dd34db #dbdd34 #34dbdd

Analogous Colors of #dd34db

#dd34db #dd3487 #8b34dd

Monochromatic Colors of #dd34db

#dd34db

Complementary Color

#dd34db #34dd36

#dd34db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd34db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd34db Color CSS Codes

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

#dd34db Text Font Color

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

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


#dd34db Background Color

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

This div background color is #dd34db


#dd34db Border Color

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

This div border color is #dd34db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd34db


Comments

No comments written yet.

Please login to write comment.