Color Hex Logo

#dd2ded Color Hex

#DD2DED
(221,45,237)
0 Favorites   0 Comments

Color spaces of #dd2ded

RGB 22145237
HSL0.820.840.55
HSV295°81°93°
CMYK 0.070.810.00   0.07
XYZ46.043223.363382.2036
Yxy23.36330.30370.1541
Hunter Lab48.335685.4470-66.9987
CIE-Lab55.444684.7354-58.9324

#dd2ded color RGB value is (221,45,237).

#dd2ded hex color red value is 221, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dd2ded hue: 0.82 , saturation: 0.84 and the lightness value of dd2ded is 0.55.

The process color (four color CMYK) of #dd2ded color hex is 0.07, 0.81, 0.00, 0.07. Web safe color of #dd2ded is #cc33ff. Color #dd2ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101101 11101101
Octal 335 55 355
Decimal 221 45 237
Hex DD 2D ED

RGB Percentages of Color #dd2ded

%43.94
%8.95
%47.12

CMYK Percentages of Color #dd2ded

%7
%81
%0
%7

Triadic Colors of #dd2ded

#dd2ded #eddd2d #2deddd

Analogous Colors of #dd2ded

#dd2ded #ed2d9d #7d2ded

Monochromatic Colors of #dd2ded

#dd2ded

Complementary Color

#dd2ded #3ded2d

#dd2ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2ded Color CSS Codes

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

#dd2ded Text Font Color

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

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


#dd2ded Background Color

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

This div background color is #dd2ded


#dd2ded Border Color

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

This div border color is #dd2ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2ded


Comments

No comments written yet.

Please login to write comment.