Color Hex Logo

#dc757d Color Hex

#DC757D
(220,117,125)
0 Favorites   0 Comments

Color spaces of #dc757d

RGB 220117125
HSL0.990.600.66
HSV355°47°86°
CMYK 0.000.470.43   0.14
XYZ39.578229.418922.9945
Yxy29.41890.43020.3198
Hunter Lab54.239235.332412.8317
CIE-Lab61.149640.831513.9148

#dc757d color RGB value is (220,117,125).

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

The process color (four color CMYK) of #dc757d color hex is 0.00, 0.47, 0.43, 0.14. Web safe color of #dc757d is #cc6666. Color #dc757d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 01111101
Octal 334 165 175
Decimal 220 117 125
Hex DC 75 7D

RGB Percentages of Color #dc757d

%47.62
%25.32
%27.06

CMYK Percentages of Color #dc757d

%0
%47
%43
%14

Triadic Colors of #dc757d

#dc757d #7ddc75 #757ddc

Analogous Colors of #dc757d

#dc757d #dca175 #dc75b1

Monochromatic Colors of #dc757d

#dc757d

Complementary Color

#dc757d #75dcd4

#dc757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc757d Color CSS Codes

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

#dc757d Text Font Color

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

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


#dc757d Background Color

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

This div background color is #dc757d


#dc757d Border Color

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

This div border color is #dc757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc757d


Comments

No comments written yet.

Please login to write comment.