Color Hex Logo

#dc8fae Color Hex

#DC8FAE
(220,143,174)
0 Favorites   0 Comments

Color spaces of #dc8fae

RGB 220143174
HSL0.930.520.71
HSV336°35°86°
CMYK 0.000.350.21   0.14
XYZ46.977637.916644.8870
Yxy37.91660.36200.2922
Hunter Lab61.576528.4215-0.1167
CIE-Lab67.959133.4322-4.0934

#dc8fae color RGB value is (220,143,174).

#dc8fae hex color red value is 220, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc8fae hue: 0.93 , saturation: 0.52 and the lightness value of dc8fae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001111 10101110
Octal 334 217 256
Decimal 220 143 174
Hex DC 8F AE

RGB Percentages of Color #dc8fae

%40.97
%26.63
%32.40

CMYK Percentages of Color #dc8fae

%0
%35
%21
%14

Triadic Colors of #dc8fae

#dc8fae #aedc8f #8faedc

Analogous Colors of #dc8fae

#dc8fae #dc978f #dc8fd5

Monochromatic Colors of #dc8fae

#dc8fae

Complementary Color

#dc8fae #8fdcbd

#dc8fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8fae Color CSS Codes

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

#dc8fae Text Font Color

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

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


#dc8fae Background Color

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

This div background color is #dc8fae


#dc8fae Border Color

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

This div border color is #dc8fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8fae


Comments

No comments written yet.

Please login to write comment.