Color Hex Logo

#dc719b Color Hex

#DC719B
(220,113,155)
0 Favorites   0 Comments

Color spaces of #dc719b

RGB 220113155
HSL0.930.600.65
HSV336°49°86°
CMYK 0.000.490.30   0.14
XYZ41.336729.392534.5050
Yxy29.39250.39280.2793
Hunter Lab54.214941.22330.2153
CIE-Lab61.126546.3808-3.3782

#dc719b color RGB value is (220,113,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 10011011
Octal 334 161 233
Decimal 220 113 155
Hex DC 71 9B

RGB Percentages of Color #dc719b

%45.08
%23.16
%31.76

CMYK Percentages of Color #dc719b

%0
%49
%30
%14

Triadic Colors of #dc719b

#dc719b #9bdc71 #719bdc

Analogous Colors of #dc719b

#dc719b #dc7d71 #dc71d1

Monochromatic Colors of #dc719b

#dc719b

Complementary Color

#dc719b #71dcb2

#dc719b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc719b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc719b Color CSS Codes

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

#dc719b Text Font Color

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

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


#dc719b Background Color

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

This div background color is #dc719b


#dc719b Border Color

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

This div border color is #dc719b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,113,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 #dc719b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc719b


Comments

No comments written yet.

Please login to write comment.