Color Hex Logo

#dc759b Color Hex

#DC759B
(220,117,155)
0 Favorites   0 Comments

Color spaces of #dc759b

RGB 220117155
HSL0.940.600.66
HSV338°47°86°
CMYK 0.000.470.30   0.14
XYZ41.792930.304834.6570
Yxy30.30480.39150.2839
Hunter Lab55.049839.17711.2084
CIE-Lab61.916344.3648-2.2163

#dc759b color RGB value is (220,117,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110101 10011011
Octal 334 165 233
Decimal 220 117 155
Hex DC 75 9B

RGB Percentages of Color #dc759b

%44.72
%23.78
%31.50

CMYK Percentages of Color #dc759b

%0
%47
%30
%14

Triadic Colors of #dc759b

#dc759b #9bdc75 #759bdc

Analogous Colors of #dc759b

#dc759b #dc8375 #dc75cf

Monochromatic Colors of #dc759b

#dc759b

Complementary Color

#dc759b #75dcb6

#dc759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc759b Color CSS Codes

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

#dc759b Text Font Color

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

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


#dc759b Background Color

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

This div background color is #dc759b


#dc759b Border Color

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

This div border color is #dc759b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc759b


Comments

No comments written yet.

Please login to write comment.