Color Hex Logo

#dc847a Color Hex

#DC847A
(220,132,122)
0 Favorites   0 Comments

Color spaces of #dc847a

RGB 220132122
HSL0.020.580.67
HSV45°86°
CMYK 0.000.400.45   0.14
XYZ41.279333.123322.6301
Yxy33.12330.42540.3414
Hunter Lab57.552827.310216.9738
CIE-Lab64.260632.696119.9112

#dc847a color RGB value is (220,132,122).

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

The process color (four color CMYK) of #dc847a color hex is 0.00, 0.40, 0.45, 0.14. Web safe color of #dc847a is #cc9966. Color #dc847a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 01111010
Octal 334 204 172
Decimal 220 132 122
Hex DC 84 7A

RGB Percentages of Color #dc847a

%46.41
%27.85
%25.74

CMYK Percentages of Color #dc847a

%0
%40
%45
%14

Triadic Colors of #dc847a

#dc847a #7adc84 #847adc

Analogous Colors of #dc847a

#dc847a #dcb57a #dc7aa1

Monochromatic Colors of #dc847a

#dc847a

Complementary Color

#dc847a #7ad2dc

#dc847a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc847a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc847a Color CSS Codes

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

#dc847a Text Font Color

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

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


#dc847a Background Color

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

This div background color is #dc847a


#dc847a Border Color

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

This div border color is #dc847a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc847a


Comments

No comments written yet.

Please login to write comment.