Color Hex Logo

#dc8789 Color Hex

#DC8789
(220,135,137)
0 Favorites   0 Comments

Color spaces of #dc8789

RGB 220135137
HSL1.000.550.70
HSV359°39°86°
CMYK 0.000.390.38   0.14
XYZ42.694534.349728.0468
Yxy34.34970.40630.3269
Hunter Lab58.608627.466512.6532
CIE-Lab65.239232.756712.8137

#dc8789 color RGB value is (220,135,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000111 10001001
Octal 334 207 211
Decimal 220 135 137
Hex DC 87 89

RGB Percentages of Color #dc8789

%44.72
%27.44
%27.85

CMYK Percentages of Color #dc8789

%0
%39
%38
%14

Triadic Colors of #dc8789

#dc8789 #89dc87 #8789dc

Analogous Colors of #dc8789

#dc8789 #dcb087 #dc87b4

Monochromatic Colors of #dc8789

#dc8789

Complementary Color

#dc8789 #87dcda

#dc8789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8789 Color CSS Codes

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

#dc8789 Text Font Color

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

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


#dc8789 Background Color

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

This div background color is #dc8789


#dc8789 Border Color

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

This div border color is #dc8789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8789


Comments

No comments written yet.

Please login to write comment.