Color Hex Logo

#dd2aed Color Hex

#DD2AED
(221,42,237)
0 Favorites   0 Comments

Color spaces of #dd2aed

RGB 22142237
HSL0.820.840.55
HSV295°82°93°
CMYK 0.070.820.00   0.07
XYZ45.932823.142582.1668
Yxy23.14250.30370.1530
Hunter Lab48.106786.2473-67.5934
CIE-Lab55.218885.3945-59.2945

#dd2aed color RGB value is (221,42,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101010 11101101
Octal 335 52 355
Decimal 221 42 237
Hex DD 2A ED

RGB Percentages of Color #dd2aed

%44.20
%8.40
%47.40

CMYK Percentages of Color #dd2aed

%7
%82
%0
%7

Triadic Colors of #dd2aed

#dd2aed #eddd2a #2aeddd

Analogous Colors of #dd2aed

#dd2aed #ed2a9c #7c2aed

Monochromatic Colors of #dd2aed

#dd2aed

Complementary Color

#dd2aed #3aed2a

#dd2aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2aed Color CSS Codes

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

#dd2aed Text Font Color

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

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


#dd2aed Background Color

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

This div background color is #dd2aed


#dd2aed Border Color

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

This div border color is #dd2aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2aed


Comments

No comments written yet.

Please login to write comment.