Color Hex Logo

#dd8bae Color Hex

#DD8BAE
(221,139,174)
0 Favorites   0 Comments

Color spaces of #dd8bae

RGB 221139174
HSL0.930.550.71
HSV334°37°87°
CMYK 0.000.370.21   0.13
XYZ46.691436.893444.7046
Yxy36.89340.36400.2876
Hunter Lab60.739930.9199-1.1195
CIE-Lab67.197035.9128-5.2055

#dd8bae color RGB value is (221,139,174).

#dd8bae hex color red value is 221, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd8bae hue: 0.93 , saturation: 0.55 and the lightness value of dd8bae is 0.71.

The process color (four color CMYK) of #dd8bae color hex is 0.00, 0.37, 0.21, 0.13. Web safe color of #dd8bae is #cc9999. Color #dd8bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001011 10101110
Octal 335 213 256
Decimal 221 139 174
Hex DD 8B AE

RGB Percentages of Color #dd8bae

%41.39
%26.03
%32.58

CMYK Percentages of Color #dd8bae

%0
%37
%21
%13

Triadic Colors of #dd8bae

#dd8bae #aedd8b #8baedd

Analogous Colors of #dd8bae

#dd8bae #dd918b #dd8bd7

Monochromatic Colors of #dd8bae

#dd8bae

Complementary Color

#dd8bae #8bddba

#dd8bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8bae Color CSS Codes

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

#dd8bae Text Font Color

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

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


#dd8bae Background Color

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

This div background color is #dd8bae


#dd8bae Border Color

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

This div border color is #dd8bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8bae


Comments

No comments written yet.

Please login to write comment.