Color Hex Logo

#dc827c Color Hex

#DC827C
(220,130,124)
0 Favorites   0 Comments

Color spaces of #dc827c

RGB 220130124
HSL0.010.580.67
HSV44°86°
CMYK 0.000.410.44   0.14
XYZ41.135932.636123.2001
Yxy32.63610.42420.3366
Hunter Lab57.128028.557615.9115
CIE-Lab63.865233.961718.2429

#dc827c color RGB value is (220,130,124).

#dc827c hex color red value is 220, green value is 130 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dc827c hue: 0.01 , saturation: 0.58 and the lightness value of dc827c is 0.67.

The process color (four color CMYK) of #dc827c color hex is 0.00, 0.41, 0.44, 0.14. Web safe color of #dc827c is #cc9966. Color #dc827c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000010 01111100
Octal 334 202 174
Decimal 220 130 124
Hex DC 82 7C

RGB Percentages of Color #dc827c

%46.41
%27.43
%26.16

CMYK Percentages of Color #dc827c

%0
%41
%44
%14

Triadic Colors of #dc827c

#dc827c #7cdc82 #827cdc

Analogous Colors of #dc827c

#dc827c #dcb27c #dc7ca6

Monochromatic Colors of #dc827c

#dc827c

Complementary Color

#dc827c #7cd6dc

#dc827c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc827c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc827c Color CSS Codes

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

#dc827c Text Font Color

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

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


#dc827c Background Color

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

This div background color is #dc827c


#dc827c Border Color

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

This div border color is #dc827c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc827c


Comments

No comments written yet.

Please login to write comment.