Color Hex Logo

#dc759e Color Hex

#DC759E
(220,117,158)
0 Favorites   0 Comments

Color spaces of #dc759e

RGB 220117158
HSL0.930.600.66
HSV336°47°86°
CMYK 0.000.470.28   0.14
XYZ42.048030.406836.0007
Yxy30.40680.38770.2804
Hunter Lab55.142439.6134-0.1089
CIE-Lab62.003644.7604-3.8082

#dc759e color RGB value is (220,117,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10011110
Octal 334 165 236
Decimal 220 117 158
Hex DC 75 9E

RGB Percentages of Color #dc759e

%44.44
%23.64
%31.92

CMYK Percentages of Color #dc759e

%0
%47
%28
%14

Triadic Colors of #dc759e

#dc759e #9edc75 #759edc

Analogous Colors of #dc759e

#dc759e #dc8075 #dc75d2

Monochromatic Colors of #dc759e

#dc759e

Complementary Color

#dc759e #75dcb3

#dc759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc759e Color CSS Codes

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

#dc759e Text Font Color

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

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


#dc759e Background Color

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

This div background color is #dc759e


#dc759e Border Color

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

This div border color is #dc759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc759e


Comments

No comments written yet.

Please login to write comment.