Color Hex Logo

#dd5bae Color Hex

#DD5BAE
(221,91,174)
0 Favorites   0 Comments

Color spaces of #dd5bae

RGB 22191174
HSL0.890.660.61
HSV322°59°87°
CMYK 0.000.590.21   0.13
XYZ41.199925.910342.8741
Yxy25.91030.37460.2356
Hunter Lab50.902255.3980-14.3075
CIE-Lab57.951859.6464-19.0882

#dd5bae color RGB value is (221,91,174).

#dd5bae hex color red value is 221, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd5bae hue: 0.89 , saturation: 0.66 and the lightness value of dd5bae is 0.61.

The process color (four color CMYK) of #dd5bae color hex is 0.00, 0.59, 0.21, 0.13. Web safe color of #dd5bae is #cc6699. Color #dd5bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011011 10101110
Octal 335 133 256
Decimal 221 91 174
Hex DD 5B AE

RGB Percentages of Color #dd5bae

%45.47
%18.72
%35.80

CMYK Percentages of Color #dd5bae

%0
%59
%21
%13

Triadic Colors of #dd5bae

#dd5bae #aedd5b #5baedd

Analogous Colors of #dd5bae

#dd5bae #dd5b6d #cb5bdd

Monochromatic Colors of #dd5bae

#dd5bae

Complementary Color

#dd5bae #5bdd8a

#dd5bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5bae Color CSS Codes

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

#dd5bae Text Font Color

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

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


#dd5bae Background Color

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

This div background color is #dd5bae


#dd5bae Border Color

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

This div border color is #dd5bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5bae


Comments

No comments written yet.

Please login to write comment.