Color Hex Logo

#dc89ae Color Hex

#DC89AE
(220,137,174)
0 Favorites   0 Comments

Color spaces of #dc89ae

RGB 220137174
HSL0.930.540.70
HSV333°38°86°
CMYK 0.000.380.21   0.14
XYZ46.100836.163044.5948
Yxy36.16300.36340.2851
Hunter Lab60.135731.6030-1.8727
CIE-Lab66.644336.6246-6.0366

#dc89ae color RGB value is (220,137,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 10101110
Octal 334 211 256
Decimal 220 137 174
Hex DC 89 AE

RGB Percentages of Color #dc89ae

%41.43
%25.80
%32.77

CMYK Percentages of Color #dc89ae

%0
%38
%21
%14

Triadic Colors of #dc89ae

#dc89ae #aedc89 #89aedc

Analogous Colors of #dc89ae

#dc89ae #dc8e89 #dc89d8

Monochromatic Colors of #dc89ae

#dc89ae

Complementary Color

#dc89ae #89dcb7

#dc89ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89ae Color CSS Codes

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

#dc89ae Text Font Color

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

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


#dc89ae Background Color

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

This div background color is #dc89ae


#dc89ae Border Color

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

This div border color is #dc89ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89ae


Comments

No comments written yet.

Please login to write comment.