Color Hex Logo

#dc758d Color Hex

#DC758D
(220,117,141)
0 Favorites   0 Comments

Color spaces of #dc758d

RGB 220117141
HSL0.960.600.66
HSV346°47°86°
CMYK 0.000.470.36   0.14
XYZ40.684229.861328.8188
Yxy29.86130.40940.3005
Hunter Lab54.645537.26576.9836
CIE-Lab61.534442.61895.2690

#dc758d color RGB value is (220,117,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10001101
Octal 334 165 215
Decimal 220 117 141
Hex DC 75 8D

RGB Percentages of Color #dc758d

%46.03
%24.48
%29.50

CMYK Percentages of Color #dc758d

%0
%47
%36
%14

Triadic Colors of #dc758d

#dc758d #8ddc75 #758ddc

Analogous Colors of #dc758d

#dc758d #dc9175 #dc75c1

Monochromatic Colors of #dc758d

#dc758d

Complementary Color

#dc758d #75dcc4

#dc758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc758d Color CSS Codes

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

#dc758d Text Font Color

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

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


#dc758d Background Color

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

This div background color is #dc758d


#dc758d Border Color

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

This div border color is #dc758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc758d


Comments

No comments written yet.

Please login to write comment.