Color Hex Logo

#dd8acb Color Hex

#DD8ACB
(221,138,203)
0 Favorites   0 Comments

Color spaces of #dd8acb

RGB 221138203
HSL0.870.550.70
HSV313°38°87°
CMYK 0.000.380.08   0.13
XYZ49.686837.860961.1890
Yxy37.86090.33410.2545
Hunter Lab61.531236.4601-15.8884
CIE-Lab67.918041.0674-20.3584

#dd8acb color RGB value is (221,138,203).

#dd8acb hex color red value is 221, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dd8acb hue: 0.87 , saturation: 0.55 and the lightness value of dd8acb is 0.70.

The process color (four color CMYK) of #dd8acb color hex is 0.00, 0.38, 0.08, 0.13. Web safe color of #dd8acb is #cc99cc. Color #dd8acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001010 11001011
Octal 335 212 313
Decimal 221 138 203
Hex DD 8A CB

RGB Percentages of Color #dd8acb

%39.32
%24.56
%36.12

CMYK Percentages of Color #dd8acb

%0
%38
%8
%13

Triadic Colors of #dd8acb

#dd8acb #cbdd8a #8acbdd

Analogous Colors of #dd8acb

#dd8acb #dd8aa2 #c68add

Monochromatic Colors of #dd8acb

#dd8acb

Complementary Color

#dd8acb #8add9c

#dd8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8acb Color CSS Codes

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

#dd8acb Text Font Color

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

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


#dd8acb Background Color

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

This div background color is #dd8acb


#dd8acb Border Color

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

This div border color is #dd8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8acb


Comments

No comments written yet.

Please login to write comment.