Color Hex Logo

#dd29ae Color Hex

#DD29AE
(221,41,174)
0 Favorites   0 Comments

Color spaces of #dd29ae

RGB 22141174
HSL0.880.730.51
HSV316°81°87°
CMYK 0.000.810.21   0.13
XYZ38.251720.014041.8914
Yxy20.01400.38190.1998
Hunter Lab44.737074.3339-24.2028
CIE-Lab51.853076.6839-28.4747

#dd29ae color RGB value is (221,41,174).

#dd29ae hex color red value is 221, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd29ae hue: 0.88 , saturation: 0.73 and the lightness value of dd29ae is 0.51.

The process color (four color CMYK) of #dd29ae color hex is 0.00, 0.81, 0.21, 0.13. Web safe color of #dd29ae is #cc3399. Color #dd29ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 10101110
Octal 335 51 256
Decimal 221 41 174
Hex DD 29 AE

RGB Percentages of Color #dd29ae

%50.69
%9.40
%39.91

CMYK Percentages of Color #dd29ae

%0
%81
%21
%13

Triadic Colors of #dd29ae

#dd29ae #aedd29 #29aedd

Analogous Colors of #dd29ae

#dd29ae #dd2954 #b229dd

Monochromatic Colors of #dd29ae

#dd29ae

Complementary Color

#dd29ae #29dd58

#dd29ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd29ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd29ae Color CSS Codes

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

#dd29ae Text Font Color

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

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


#dd29ae Background Color

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

This div background color is #dd29ae


#dd29ae Border Color

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

This div border color is #dd29ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd29ae


Comments

No comments written yet.

Please login to write comment.