Color Hex Logo

#dd1ded Color Hex

#DD1DED
(221,29,237)
0 Favorites   0 Comments

Color spaces of #dd1ded

RGB 22129237
HSL0.820.850.52
HSV295°88°93°
CMYK 0.070.880.00   0.07
XYZ45.544222.365382.0373
Yxy22.36530.30370.1492
Hunter Lab47.292089.1422-69.7459
CIE-Lab54.412587.7605-60.5890

#dd1ded color RGB value is (221,29,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011101 11101101
Octal 335 35 355
Decimal 221 29 237
Hex DD 1D ED

RGB Percentages of Color #dd1ded

%45.38
%5.95
%48.67

CMYK Percentages of Color #dd1ded

%7
%88
%0
%7

Triadic Colors of #dd1ded

#dd1ded #eddd1d #1deddd

Analogous Colors of #dd1ded

#dd1ded #ed1d95 #751ded

Monochromatic Colors of #dd1ded

#dd1ded

Complementary Color

#dd1ded #2ded1d

#dd1ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1ded Color CSS Codes

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

#dd1ded Text Font Color

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

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


#dd1ded Background Color

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

This div background color is #dd1ded


#dd1ded Border Color

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

This div border color is #dd1ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1ded


Comments

No comments written yet.

Please login to write comment.