Color Hex Logo

#dd1ada Color Hex

#DD1ADA
(221,26,218)
0 Favorites   0 Comments

Color spaces of #dd1ada

RGB 22126218
HSL0.840.790.48
HSV301°88°87°
CMYK 0.000.880.01   0.13
XYZ42.843121.172968.1584
Yxy21.17290.32410.1602
Hunter Lab46.014085.6747-55.6137
CIE-Lab53.138285.3599-51.8830

#dd1ada color RGB value is (221,26,218).

#dd1ada hex color red value is 221, green value is 26 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd1ada hue: 0.84 , saturation: 0.79 and the lightness value of dd1ada is 0.48.

The process color (four color CMYK) of #dd1ada color hex is 0.00, 0.88, 0.01, 0.13. Web safe color of #dd1ada is #cc33cc. Color #dd1ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011010 11011010
Octal 335 32 332
Decimal 221 26 218
Hex DD 1A DA

RGB Percentages of Color #dd1ada

%47.53
%5.59
%46.88

CMYK Percentages of Color #dd1ada

%0
%88
%1
%13

Triadic Colors of #dd1ada

#dd1ada #dadd1a #1adadd

Analogous Colors of #dd1ada

#dd1ada #dd1a79 #7f1add

Monochromatic Colors of #dd1ada

#dd1ada

Complementary Color

#dd1ada #1add1d

#dd1ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1ada Color CSS Codes

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

#dd1ada Text Font Color

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

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


#dd1ada Background Color

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

This div background color is #dd1ada


#dd1ada Border Color

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

This div border color is #dd1ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1ada


Comments

No comments written yet.

Please login to write comment.