Color Hex Logo

#dd469e Color Hex

#DD469E
(221,70,158)
0 Favorites   0 Comments

Color spaces of #dd469e

RGB 22170158
HSL0.900.690.57
HSV325°68°87°
CMYK 0.000.680.29   0.13
XYZ38.180522.221134.6245
Yxy22.22110.40180.2338
Hunter Lab47.139362.0826-10.5519
CIE-Lab54.260866.0764-15.3728

#dd469e color RGB value is (221,70,158).

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

The process color (four color CMYK) of #dd469e color hex is 0.00, 0.68, 0.29, 0.13. Web safe color of #dd469e is #cc3399. Color #dd469e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 10011110
Octal 335 106 236
Decimal 221 70 158
Hex DD 46 9E

RGB Percentages of Color #dd469e

%49.22
%15.59
%35.19

CMYK Percentages of Color #dd469e

%0
%68
%29
%13

Triadic Colors of #dd469e

#dd469e #9edd46 #469edd

Analogous Colors of #dd469e

#dd469e #dd4652 #d146dd

Monochromatic Colors of #dd469e

#dd469e

Complementary Color

#dd469e #46dd85

#dd469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd469e Color CSS Codes

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

#dd469e Text Font Color

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

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


#dd469e Background Color

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

This div background color is #dd469e


#dd469e Border Color

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

This div border color is #dd469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd469e


Comments

No comments written yet.

Please login to write comment.