Color Hex Logo

#dd839b Color Hex

#DD839B
(221,131,155)
0 Favorites   0 Comments

Color spaces of #dd839b

RGB 221131155
HSL0.960.570.69
HSV344°41°87°
CMYK 0.000.410.30   0.13
XYZ43.851533.971335.2562
Yxy33.97130.38780.3004
Hunter Lab58.284932.29854.9353
CIE-Lab64.939837.47562.2141

#dd839b color RGB value is (221,131,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000011 10011011
Octal 335 203 233
Decimal 221 131 155
Hex DD 83 9B

RGB Percentages of Color #dd839b

%43.59
%25.84
%30.57

CMYK Percentages of Color #dd839b

%0
%41
%30
%13

Triadic Colors of #dd839b

#dd839b #9bdd83 #839bdd

Analogous Colors of #dd839b

#dd839b #dd9883 #dd83c8

Monochromatic Colors of #dd839b

#dd839b

Complementary Color

#dd839b #83ddc5

#dd839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd839b Color CSS Codes

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

#dd839b Text Font Color

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

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


#dd839b Background Color

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

This div background color is #dd839b


#dd839b Border Color

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

This div border color is #dd839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd839b


Comments

No comments written yet.

Please login to write comment.