Color Hex Logo

#dd3ead Color Hex

#DD3EAD
(221,62,173)
0 Favorites   0 Comments

Color spaces of #dd3ead

RGB 22162173
HSL0.880.700.55
HSV318°72°87°
CMYK 0.000.720.22   0.13
XYZ39.084221.834541.6897
Yxy21.83450.38090.2128
Hunter Lab46.727467.5298-20.1887
CIE-Lab53.851070.7310-24.7962

#dd3ead color RGB value is (221,62,173).

#dd3ead hex color red value is 221, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd3ead hue: 0.88 , saturation: 0.70 and the lightness value of dd3ead is 0.55.

The process color (four color CMYK) of #dd3ead color hex is 0.00, 0.72, 0.22, 0.13. Web safe color of #dd3ead is #cc3399. Color #dd3ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111110 10101101
Octal 335 76 255
Decimal 221 62 173
Hex DD 3E AD

RGB Percentages of Color #dd3ead

%48.46
%13.60
%37.94

CMYK Percentages of Color #dd3ead

%0
%72
%22
%13

Triadic Colors of #dd3ead

#dd3ead #addd3e #3eaddd

Analogous Colors of #dd3ead

#dd3ead #dd3e5e #be3edd

Monochromatic Colors of #dd3ead

#dd3ead

Complementary Color

#dd3ead #3edd6e

#dd3ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3ead Color CSS Codes

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

#dd3ead Text Font Color

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

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


#dd3ead Background Color

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

This div background color is #dd3ead


#dd3ead Border Color

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

This div border color is #dd3ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,62,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3ead


Comments

No comments written yet.

Please login to write comment.