Color Hex Logo

#dd867c Color Hex

#DD867C
(221,134,124)
0 Favorites   0 Comments

Color spaces of #dd867c

RGB 221134124
HSL0.020.590.68
HSV44°87°
CMYK 0.000.390.44   0.13
XYZ41.982033.877623.3951
Yxy33.87760.42300.3413
Hunter Lab58.204526.891516.9117
CIE-Lab64.865332.226319.6336

#dd867c color RGB value is (221,134,124).

#dd867c hex color red value is 221, green value is 134 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dd867c hue: 0.02 , saturation: 0.59 and the lightness value of dd867c is 0.68.

The process color (four color CMYK) of #dd867c color hex is 0.00, 0.39, 0.44, 0.13. Web safe color of #dd867c is #cc9966. Color #dd867c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 01111100
Octal 335 206 174
Decimal 221 134 124
Hex DD 86 7C

RGB Percentages of Color #dd867c

%46.14
%27.97
%25.89

CMYK Percentages of Color #dd867c

%0
%39
%44
%13

Triadic Colors of #dd867c

#dd867c #7cdd86 #867cdd

Analogous Colors of #dd867c

#dd867c #ddb77c #dd7ca3

Monochromatic Colors of #dd867c

#dd867c

Complementary Color

#dd867c #7cd3dd

#dd867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd867c Color CSS Codes

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

#dd867c Text Font Color

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

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


#dd867c Background Color

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

This div background color is #dd867c


#dd867c Border Color

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

This div border color is #dd867c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd867c


Comments

No comments written yet.

Please login to write comment.