Color Hex Logo

#dd8acf Color Hex

#DD8ACF
(221,138,207)
0 Favorites   0 Comments

Color spaces of #dd8acf

RGB 221138207
HSL0.860.550.70
HSV310°38°87°
CMYK 0.000.380.06   0.13
XYZ50.169838.054163.7324
Yxy38.05410.33020.2504
Hunter Lab61.688037.2170-18.0733
CIE-Lab68.060541.7541-22.3685

#dd8acf color RGB value is (221,138,207).

#dd8acf hex color red value is 221, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd8acf hue: 0.86 , saturation: 0.55 and the lightness value of dd8acf is 0.70.

The process color (four color CMYK) of #dd8acf color hex is 0.00, 0.38, 0.06, 0.13. Web safe color of #dd8acf is #cc99cc. Color #dd8acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001010 11001111
Octal 335 212 317
Decimal 221 138 207
Hex DD 8A CF

RGB Percentages of Color #dd8acf

%39.05
%24.38
%36.57

CMYK Percentages of Color #dd8acf

%0
%38
%6
%13

Triadic Colors of #dd8acf

#dd8acf #cfdd8a #8acfdd

Analogous Colors of #dd8acf

#dd8acf #dd8aa6 #c28add

Monochromatic Colors of #dd8acf

#dd8acf

Complementary Color

#dd8acf #8add98

#dd8acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8acf Color CSS Codes

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

#dd8acf Text Font Color

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

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


#dd8acf Background Color

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

This div background color is #dd8acf


#dd8acf Border Color

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

This div border color is #dd8acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8acf


Comments

No comments written yet.

Please login to write comment.