Color Hex Logo

#dc719a Color Hex

#DC719A
(220,113,154)
0 Favorites   0 Comments

Color spaces of #dc719a

RGB 220113154
HSL0.940.600.65
HSV337°49°86°
CMYK 0.000.490.30   0.14
XYZ41.253129.359034.0644
Yxy29.35900.39410.2805
Hunter Lab54.183941.07960.6543
CIE-Lab61.097246.2516-2.8459

#dc719a color RGB value is (220,113,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 10011010
Octal 334 161 232
Decimal 220 113 154
Hex DC 71 9A

RGB Percentages of Color #dc719a

%45.17
%23.20
%31.62

CMYK Percentages of Color #dc719a

%0
%49
%30
%14

Triadic Colors of #dc719a

#dc719a #9adc71 #719adc

Analogous Colors of #dc719a

#dc719a #dc7e71 #dc71d0

Monochromatic Colors of #dc719a

#dc719a

Complementary Color

#dc719a #71dcb3

#dc719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc719a Color CSS Codes

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

#dc719a Text Font Color

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

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


#dc719a Background Color

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

This div background color is #dc719a


#dc719a Border Color

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

This div border color is #dc719a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc719a


Comments

No comments written yet.

Please login to write comment.