Color Hex Logo

#dd1eab Color Hex

#DD1EAB
(221,30,171)
0 Favorites   0 Comments

Color spaces of #dd1eab

RGB 22130171
HSL0.880.760.49
HSV316°86°87°
CMYK 0.000.860.23   0.13
XYZ37.633819.241040.2584
Yxy19.24100.38740.1981
Hunter Lab43.864676.3819-23.7105
CIE-Lab50.968078.5003-28.0854

#dd1eab color RGB value is (221,30,171).

#dd1eab hex color red value is 221, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dd1eab hue: 0.88 , saturation: 0.76 and the lightness value of dd1eab is 0.49.

The process color (four color CMYK) of #dd1eab color hex is 0.00, 0.86, 0.23, 0.13. Web safe color of #dd1eab is #cc3399. Color #dd1eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011110 10101011
Octal 335 36 253
Decimal 221 30 171
Hex DD 1E AB

RGB Percentages of Color #dd1eab

%52.37
%7.11
%40.52

CMYK Percentages of Color #dd1eab

%0
%86
%23
%13

Triadic Colors of #dd1eab

#dd1eab #abdd1e #1eabdd

Analogous Colors of #dd1eab

#dd1eab #dd1e4b #b01edd

Monochromatic Colors of #dd1eab

#dd1eab

Complementary Color

#dd1eab #1edd50

#dd1eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1eab Color CSS Codes

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

#dd1eab Text Font Color

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

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


#dd1eab Background Color

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

This div background color is #dd1eab


#dd1eab Border Color

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

This div border color is #dd1eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1eab


Comments

No comments written yet.

Please login to write comment.