Color Hex Logo

#dd0ded Color Hex

#DD0DED
(221,13,237)
0 Favorites   0 Comments

Color spaces of #dd0ded

RGB 22113237
HSL0.820.900.49
HSV296°95°93°
CMYK 0.070.950.00   0.07
XYZ45.248821.774481.9388
Yxy21.77440.30380.1462
Hunter Lab46.663091.4298-71.4472
CIE-Lab53.786889.6095-61.5949

#dd0ded color RGB value is (221,13,237).

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

The process color (four color CMYK) of #dd0ded color hex is 0.07, 0.95, 0.00, 0.07. Web safe color of #dd0ded is #cc00ff. Color #dd0ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001101 11101101
Octal 335 15 355
Decimal 221 13 237
Hex DD D ED

RGB Percentages of Color #dd0ded

%46.92
%2.76
%50.32

CMYK Percentages of Color #dd0ded

%7
%95
%0
%7

Triadic Colors of #dd0ded

#dd0ded #eddd0d #0deddd

Analogous Colors of #dd0ded

#dd0ded #ed0d8d #6d0ded

Monochromatic Colors of #dd0ded

#dd0ded

Complementary Color

#dd0ded #1ded0d

#dd0ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0ded Color CSS Codes

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

#dd0ded Text Font Color

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

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


#dd0ded Background Color

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

This div background color is #dd0ded


#dd0ded Border Color

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

This div border color is #dd0ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0ded


Comments

No comments written yet.

Please login to write comment.