Color Hex Logo

#dd8fac Color Hex

#DD8FAC
(221,143,172)
0 Favorites   0 Comments

Color spaces of #dd8fac

RGB 221143172
HSL0.940.530.71
HSV338°35°87°
CMYK 0.000.350.22   0.13
XYZ47.087637.995643.8818
Yxy37.99560.36510.2946
Hunter Lab61.640628.48620.9400
CIE-Lab68.017433.4893-2.8734

#dd8fac color RGB value is (221,143,172).

#dd8fac hex color red value is 221, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dd8fac hue: 0.94 , saturation: 0.53 and the lightness value of dd8fac is 0.71.

The process color (four color CMYK) of #dd8fac color hex is 0.00, 0.35, 0.22, 0.13. Web safe color of #dd8fac is #cc9999. Color #dd8fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 10101100
Octal 335 217 254
Decimal 221 143 172
Hex DD 8F AC

RGB Percentages of Color #dd8fac

%41.23
%26.68
%32.09

CMYK Percentages of Color #dd8fac

%0
%35
%22
%13

Triadic Colors of #dd8fac

#dd8fac #acdd8f #8facdd

Analogous Colors of #dd8fac

#dd8fac #dd998f #dd8fd3

Monochromatic Colors of #dd8fac

#dd8fac

Complementary Color

#dd8fac #8fddc0

#dd8fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8fac Color CSS Codes

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

#dd8fac Text Font Color

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

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


#dd8fac Background Color

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

This div background color is #dd8fac


#dd8fac Border Color

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

This div border color is #dd8fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8fac


Comments

No comments written yet.

Please login to write comment.