Color Hex Logo

#dc757e Color Hex

#DC757E
(220,117,126)
0 Favorites   0 Comments

Color spaces of #dc757e

RGB 220117126
HSL0.990.600.66
HSV355°47°86°
CMYK 0.000.470.43   0.14
XYZ39.642429.444623.3327
Yxy29.44460.42890.3186
Hunter Lab54.262935.445312.4897
CIE-Lab61.172040.936413.3724

#dc757e color RGB value is (220,117,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 01111110
Octal 334 165 176
Decimal 220 117 126
Hex DC 75 7E

RGB Percentages of Color #dc757e

%47.52
%25.27
%27.21

CMYK Percentages of Color #dc757e

%0
%47
%43
%14

Triadic Colors of #dc757e

#dc757e #7edc75 #757edc

Analogous Colors of #dc757e

#dc757e #dca075 #dc75b2

Monochromatic Colors of #dc757e

#dc757e

Complementary Color

#dc757e #75dcd3

#dc757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc757e Color CSS Codes

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

#dc757e Text Font Color

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

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


#dc757e Background Color

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

This div background color is #dc757e


#dc757e Border Color

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

This div border color is #dc757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc757e


Comments

No comments written yet.

Please login to write comment.