Color Hex Logo

#dc487c Color Hex

#DC487C
(220,72,124)
0 Favorites   0 Comments

Color spaces of #dc487c

RGB 22072124
HSL0.940.680.57
HSV339°67°86°
CMYK 0.000.670.44   0.14
XYZ35.470721.305621.3117
Yxy21.30560.45420.2728
Hunter Lab46.158056.39414.9357
CIE-Lab53.282361.35093.3299

#dc487c color RGB value is (220,72,124).

#dc487c hex color red value is 220, green value is 72 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dc487c hue: 0.94 , saturation: 0.68 and the lightness value of dc487c is 0.57.

The process color (four color CMYK) of #dc487c color hex is 0.00, 0.67, 0.44, 0.14. Web safe color of #dc487c is #cc3366. Color #dc487c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 01111100
Octal 334 110 174
Decimal 220 72 124
Hex DC 48 7C

RGB Percentages of Color #dc487c

%52.88
%17.31
%29.81

CMYK Percentages of Color #dc487c

%0
%67
%44
%14

Triadic Colors of #dc487c

#dc487c #7cdc48 #487cdc

Analogous Colors of #dc487c

#dc487c #dc5e48 #dc48c6

Monochromatic Colors of #dc487c

#dc487c

Complementary Color

#dc487c #48dca8

#dc487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc487c Color CSS Codes

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

#dc487c Text Font Color

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

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


#dc487c Background Color

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

This div background color is #dc487c


#dc487c Border Color

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

This div border color is #dc487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc487c


Comments

No comments written yet.

Please login to write comment.