Color Hex Logo

#dc9dae Color Hex

#DC9DAE
(220,157,174)
0 Favorites   0 Comments

Color spaces of #dc9dae

RGB 220157174
HSL0.960.470.74
HSV344°29°86°
CMYK 0.000.290.21   0.14
XYZ49.212242.385645.6319
Yxy42.38560.35860.3089
Hunter Lab65.104220.99554.0163
CIE-Lab71.136025.91020.5651

#dc9dae color RGB value is (220,157,174).

#dc9dae hex color red value is 220, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc9dae hue: 0.96 , saturation: 0.47 and the lightness value of dc9dae is 0.74.

The process color (four color CMYK) of #dc9dae color hex is 0.00, 0.29, 0.21, 0.14. Web safe color of #dc9dae is #cc9999. Color #dc9dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011101 10101110
Octal 334 235 256
Decimal 220 157 174
Hex DC 9D AE

RGB Percentages of Color #dc9dae

%39.93
%28.49
%31.58

CMYK Percentages of Color #dc9dae

%0
%29
%21
%14

Triadic Colors of #dc9dae

#dc9dae #aedc9d #9daedc

Analogous Colors of #dc9dae

#dc9dae #dcac9d #dc9dce

Monochromatic Colors of #dc9dae

#dc9dae

Complementary Color

#dc9dae #9ddccb

#dc9dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9dae Color CSS Codes

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

#dc9dae Text Font Color

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

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


#dc9dae Background Color

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

This div background color is #dc9dae


#dc9dae Border Color

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

This div border color is #dc9dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,157,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc9dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc9dae;
  -webkit-box-shadow: 1px 1px 3px 2px #dc9dae;
  box-shadow:         1px 1px 3px 2px #dc9dae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,157,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9dae


Comments

No comments written yet.

Please login to write comment.