Color Hex Logo

#dc889a Color Hex

#DC889A
(220,136,154)
0 Favorites   0 Comments

Color spaces of #dc889a

RGB 220136154
HSL0.960.550.70
HSV347°38°86°
CMYK 0.000.380.30   0.14
XYZ44.152135.157135.0308
Yxy35.15710.38610.3075
Hunter Lab59.293429.15436.4766
CIE-Lab65.870834.34344.1126

#dc889a color RGB value is (220,136,154).

#dc889a hex color red value is 220, green value is 136 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dc889a hue: 0.96 , saturation: 0.55 and the lightness value of dc889a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001000 10011010
Octal 334 210 232
Decimal 220 136 154
Hex DC 88 9A

RGB Percentages of Color #dc889a

%43.14
%26.67
%30.20

CMYK Percentages of Color #dc889a

%0
%38
%30
%14

Triadic Colors of #dc889a

#dc889a #9adc88 #889adc

Analogous Colors of #dc889a

#dc889a #dca088 #dc88c4

Monochromatic Colors of #dc889a

#dc889a

Complementary Color

#dc889a #88dcca

#dc889a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc889a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc889a Color CSS Codes

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

#dc889a Text Font Color

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

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


#dc889a Background Color

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

This div background color is #dc889a


#dc889a Border Color

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

This div border color is #dc889a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc889a


Comments

No comments written yet.

Please login to write comment.