Color Hex Logo

#dd846a Color Hex

#DD846A
(221,132,106)
0 Favorites   0 Comments

Color spaces of #dd846a

RGB 221132106
HSL0.040.630.64
HSV14°52°87°
CMYK 0.000.400.52   0.13
XYZ40.671632.915317.8453
Yxy32.91530.44480.3600
Hunter Lab57.371926.140021.7184
CIE-Lab64.092331.554528.6396

#dd846a color RGB value is (221,132,106).

#dd846a hex color red value is 221, green value is 132 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dd846a hue: 0.04 , saturation: 0.63 and the lightness value of dd846a is 0.64.

The process color (four color CMYK) of #dd846a color hex is 0.00, 0.40, 0.52, 0.13. Web safe color of #dd846a is #cc9966. Color #dd846a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 01101010
Octal 335 204 152
Decimal 221 132 106
Hex DD 84 6A

RGB Percentages of Color #dd846a

%48.15
%28.76
%23.09

CMYK Percentages of Color #dd846a

%0
%40
%52
%13

Triadic Colors of #dd846a

#dd846a #6add84 #846add

Analogous Colors of #dd846a

#dd846a #ddbe6a #dd6a8a

Monochromatic Colors of #dd846a

#dd846a

Complementary Color

#dd846a #6ac3dd

#dd846a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd846a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd846a Color CSS Codes

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

#dd846a Text Font Color

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

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


#dd846a Background Color

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

This div background color is #dd846a


#dd846a Border Color

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

This div border color is #dd846a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd846a


Comments

No comments written yet.

Please login to write comment.