Color Hex Logo

#dc429d Color Hex

#DC429D
(220,66,157)
0 Favorites   0 Comments

Color spaces of #dc429d

RGB 22066157
HSL0.900.690.56
HSV325°70°86°
CMYK 0.000.700.29   0.14
XYZ37.549221.546434.0781
Yxy21.54640.40300.2312
Hunter Lab46.418163.1631-11.0354
CIE-Lab53.542467.1284-15.8895

#dc429d color RGB value is (220,66,157).

#dc429d hex color red value is 220, green value is 66 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dc429d hue: 0.90 , saturation: 0.69 and the lightness value of dc429d is 0.56.

The process color (four color CMYK) of #dc429d color hex is 0.00, 0.70, 0.29, 0.14. Web safe color of #dc429d is #cc3399. Color #dc429d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 10011101
Octal 334 102 235
Decimal 220 66 157
Hex DC 42 9D

RGB Percentages of Color #dc429d

%49.66
%14.90
%35.44

CMYK Percentages of Color #dc429d

%0
%70
%29
%14

Triadic Colors of #dc429d

#dc429d #9ddc42 #429ddc

Analogous Colors of #dc429d

#dc429d #dc4250 #ce42dc

Monochromatic Colors of #dc429d

#dc429d

Complementary Color

#dc429d #42dc81

#dc429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc429d Color CSS Codes

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

#dc429d Text Font Color

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

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


#dc429d Background Color

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

This div background color is #dc429d


#dc429d Border Color

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

This div border color is #dc429d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc429d


Comments

No comments written yet.

Please login to write comment.