Color Hex Logo

#dd5acf Color Hex

#DD5ACF
(221,90,207)
0 Favorites   0 Comments

Color spaces of #dd5acf

RGB 22190207
HSL0.850.660.61
HSV306°59°87°
CMYK 0.000.590.06   0.13
XYZ44.737427.189561.9217
Yxy27.18950.33420.2031
Hunter Lab52.143661.8957-33.9078
CIE-Lab59.149365.0189-36.1329

#dd5acf color RGB value is (221,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011010 11001111
Octal 335 132 317
Decimal 221 90 207
Hex DD 5A CF

RGB Percentages of Color #dd5acf

%42.66
%17.37
%39.96

CMYK Percentages of Color #dd5acf

%0
%59
%6
%13

Triadic Colors of #dd5acf

#dd5acf #cfdd5a #5acfdd

Analogous Colors of #dd5acf

#dd5acf #dd5a8e #aa5add

Monochromatic Colors of #dd5acf

#dd5acf

Complementary Color

#dd5acf #5add68

#dd5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5acf Color CSS Codes

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

#dd5acf Text Font Color

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

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


#dd5acf Background Color

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

This div background color is #dd5acf


#dd5acf Border Color

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

This div border color is #dd5acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5acf


Comments

No comments written yet.

Please login to write comment.