Color Hex Logo

#dd869b Color Hex

#DD869B
(221,134,155)
0 Favorites   0 Comments

Color spaces of #dd869b

RGB 221134155
HSL0.960.560.70
HSV346°39°87°
CMYK 0.000.390.30   0.13
XYZ44.260334.788935.3925
Yxy34.78890.38670.3040
Hunter Lab58.982130.72815.7102
CIE-Lab65.584035.89573.1480

#dd869b color RGB value is (221,134,155).

#dd869b hex color red value is 221, green value is 134 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dd869b hue: 0.96 , saturation: 0.56 and the lightness value of dd869b is 0.70.

The process color (four color CMYK) of #dd869b color hex is 0.00, 0.39, 0.30, 0.13. Web safe color of #dd869b is #cc9999. Color #dd869b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000110 10011011
Octal 335 206 233
Decimal 221 134 155
Hex DD 86 9B

RGB Percentages of Color #dd869b

%43.33
%26.27
%30.39

CMYK Percentages of Color #dd869b

%0
%39
%30
%13

Triadic Colors of #dd869b

#dd869b #9bdd86 #869bdd

Analogous Colors of #dd869b

#dd869b #dd9d86 #dd86c7

Monochromatic Colors of #dd869b

#dd869b

Complementary Color

#dd869b #86ddc8

#dd869b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd869b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd869b Color CSS Codes

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

#dd869b Text Font Color

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

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


#dd869b Background Color

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

This div background color is #dd869b


#dd869b Border Color

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

This div border color is #dd869b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd869b


Comments

No comments written yet.

Please login to write comment.