Color Hex Logo

#dd848e Color Hex

#DD848E
(221,132,142)
0 Favorites   0 Comments

Color spaces of #dd848e

RGB 221132142
HSL0.980.570.69
HSV353°40°87°
CMYK 0.000.400.36   0.13
XYZ42.952533.827729.8567
Yxy33.82770.40280.3172
Hunter Lab58.161630.040010.2771
CIE-Lab64.825635.30949.4201

#dd848e color RGB value is (221,132,142).

#dd848e hex color red value is 221, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd848e hue: 0.98 , saturation: 0.57 and the lightness value of dd848e is 0.69.

The process color (four color CMYK) of #dd848e color hex is 0.00, 0.40, 0.36, 0.13. Web safe color of #dd848e is #cc9999. Color #dd848e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 10001110
Octal 335 204 216
Decimal 221 132 142
Hex DD 84 8E

RGB Percentages of Color #dd848e

%44.65
%26.67
%28.69

CMYK Percentages of Color #dd848e

%0
%40
%36
%13

Triadic Colors of #dd848e

#dd848e #8edd84 #848edd

Analogous Colors of #dd848e

#dd848e #dda784 #dd84bb

Monochromatic Colors of #dd848e

#dd848e

Complementary Color

#dd848e #84ddd3

#dd848e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd848e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd848e Color CSS Codes

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

#dd848e Text Font Color

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

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


#dd848e Background Color

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

This div background color is #dd848e


#dd848e Border Color

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

This div border color is #dd848e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd848e


Comments

No comments written yet.

Please login to write comment.