Color Hex Logo

#dd1dec Color Hex

#DD1DEC
(221,29,236)
0 Favorites   0 Comments

Color spaces of #dd1dec

RGB 22129236
HSL0.820.840.52
HSV296°88°93°
CMYK 0.060.880.00   0.07
XYZ45.398522.307081.2698
Yxy22.30700.30470.1497
Hunter Lab47.230388.9240-68.9599
CIE-Lab54.351287.6068-60.1253

#dd1dec color RGB value is (221,29,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011101 11101100
Octal 335 35 354
Decimal 221 29 236
Hex DD 1D EC

RGB Percentages of Color #dd1dec

%45.47
%5.97
%48.56

CMYK Percentages of Color #dd1dec

%6
%88
%0
%7

Triadic Colors of #dd1dec

#dd1dec #ecdd1d #1decdd

Analogous Colors of #dd1dec

#dd1dec #ec1d94 #761dec

Monochromatic Colors of #dd1dec

#dd1dec

Complementary Color

#dd1dec #2cec1d

#dd1dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1dec Color CSS Codes

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

#dd1dec Text Font Color

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

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


#dd1dec Background Color

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

This div background color is #dd1dec


#dd1dec Border Color

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

This div border color is #dd1dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1dec


Comments

No comments written yet.

Please login to write comment.