Color Hex Logo

#dc89af Color Hex

#DC89AF
(220,137,175)
0 Favorites   0 Comments

Color spaces of #dc89af

RGB 220137175
HSL0.920.540.70
HSV333°38°86°
CMYK 0.000.380.20   0.14
XYZ46.198736.202145.1102
Yxy36.20210.36230.2839
Hunter Lab60.168231.7626-2.3341
CIE-Lab66.674136.7741-6.5553

#dc89af color RGB value is (220,137,175).

#dc89af hex color red value is 220, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dc89af hue: 0.92 , saturation: 0.54 and the lightness value of dc89af is 0.70.

The process color (four color CMYK) of #dc89af color hex is 0.00, 0.38, 0.20, 0.14. Web safe color of #dc89af is #cc9999. Color #dc89af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 10101111
Octal 334 211 257
Decimal 220 137 175
Hex DC 89 AF

RGB Percentages of Color #dc89af

%41.35
%25.75
%32.89

CMYK Percentages of Color #dc89af

%0
%38
%20
%14

Triadic Colors of #dc89af

#dc89af #afdc89 #89afdc

Analogous Colors of #dc89af

#dc89af #dc8d89 #dc89d9

Monochromatic Colors of #dc89af

#dc89af

Complementary Color

#dc89af #89dcb6

#dc89af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89af Color CSS Codes

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

#dc89af Text Font Color

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

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


#dc89af Background Color

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

This div background color is #dc89af


#dc89af Border Color

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

This div border color is #dc89af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89af


Comments

No comments written yet.

Please login to write comment.