Color Hex Logo

#dc7487 Color Hex

#DC7487
(220,116,135)
0 Favorites   0 Comments

Color spaces of #dc7487

RGB 220116135
HSL0.970.600.66
HSV349°47°86°
CMYK 0.000.470.39   0.14
XYZ40.133829.455726.4919
Yxy29.45570.41770.3066
Hunter Lab54.273137.01909.0504
CIE-Lab61.181742.43198.2145

#dc7487 color RGB value is (220,116,135).

#dc7487 hex color red value is 220, green value is 116 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dc7487 hue: 0.97 , saturation: 0.60 and the lightness value of dc7487 is 0.66.

The process color (four color CMYK) of #dc7487 color hex is 0.00, 0.47, 0.39, 0.14. Web safe color of #dc7487 is #cc6699. Color #dc7487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110100 10000111
Octal 334 164 207
Decimal 220 116 135
Hex DC 74 87

RGB Percentages of Color #dc7487

%46.71
%24.63
%28.66

CMYK Percentages of Color #dc7487

%0
%47
%39
%14

Triadic Colors of #dc7487

#dc7487 #87dc74 #7487dc

Analogous Colors of #dc7487

#dc7487 #dc9574 #dc74bb

Monochromatic Colors of #dc7487

#dc7487

Complementary Color

#dc7487 #74dcc9

#dc7487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7487 Color CSS Codes

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

#dc7487 Text Font Color

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

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


#dc7487 Background Color

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

This div background color is #dc7487


#dc7487 Border Color

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

This div border color is #dc7487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7487


Comments

No comments written yet.

Please login to write comment.