Color Hex Logo

#dd5aea Color Hex

#DD5AEA
(221,90,234)
0 Favorites   0 Comments

Color spaces of #dd5aea

RGB 22190234
HSL0.820.770.64
HSV295°62°92°
CMYK 0.060.620.00   0.08
XYZ48.326228.625080.8200
Yxy28.62500.30630.1814
Hunter Lab53.502367.6018-52.1111
CIE-Lab60.449269.5496-49.2762

#dd5aea color RGB value is (221,90,234).

#dd5aea hex color red value is 221, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd5aea hue: 0.82 , saturation: 0.77 and the lightness value of dd5aea is 0.64.

The process color (four color CMYK) of #dd5aea color hex is 0.06, 0.62, 0.00, 0.08. Web safe color of #dd5aea is #cc66ff. Color #dd5aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011010 11101010
Octal 335 132 352
Decimal 221 90 234
Hex DD 5A EA

RGB Percentages of Color #dd5aea

%40.55
%16.51
%42.94

CMYK Percentages of Color #dd5aea

%6
%62
%0
%8

Triadic Colors of #dd5aea

#dd5aea #eadd5a #5aeadd

Analogous Colors of #dd5aea

#dd5aea #ea5aaf #955aea

Monochromatic Colors of #dd5aea

#dd5aea

Complementary Color

#dd5aea #67ea5a

#dd5aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5aea Color CSS Codes

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

#dd5aea Text Font Color

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

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


#dd5aea Background Color

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

This div background color is #dd5aea


#dd5aea Border Color

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

This div border color is #dd5aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5aea


Comments

No comments written yet.

Please login to write comment.