Color Hex Logo

#dd5acd Color Hex

#DD5ACD
(221,90,205)
0 Favorites   0 Comments

Color spaces of #dd5acd

RGB 22190205
HSL0.850.660.61
HSV307°59°87°
CMYK 0.000.590.07   0.13
XYZ44.494427.092360.6418
Yxy27.09230.33650.2049
Hunter Lab52.050361.5001-32.6414
CIE-Lab59.059764.6999-35.1378

#dd5acd color RGB value is (221,90,205).

#dd5acd hex color red value is 221, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dd5acd hue: 0.85 , saturation: 0.66 and the lightness value of dd5acd is 0.61.

The process color (four color CMYK) of #dd5acd color hex is 0.00, 0.59, 0.07, 0.13. Web safe color of #dd5acd is #cc66cc. Color #dd5acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011010 11001101
Octal 335 132 315
Decimal 221 90 205
Hex DD 5A CD

RGB Percentages of Color #dd5acd

%42.83
%17.44
%39.73

CMYK Percentages of Color #dd5acd

%0
%59
%7
%13

Triadic Colors of #dd5acd

#dd5acd #cddd5a #5acddd

Analogous Colors of #dd5acd

#dd5acd #dd5a8c #ac5add

Monochromatic Colors of #dd5acd

#dd5acd

Complementary Color

#dd5acd #5add6a

#dd5acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5acd Color CSS Codes

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

#dd5acd Text Font Color

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

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


#dd5acd Background Color

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

This div background color is #dd5acd


#dd5acd Border Color

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

This div border color is #dd5acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5acd


Comments

No comments written yet.

Please login to write comment.