Color Hex Logo

#dd069f Color Hex

#DD069F
(221,6,159)
0 Favorites   0 Comments

Color spaces of #dd069f

RGB 2216159
HSL0.880.950.45
HSV317°97°87°
CMYK 0.000.970.28   0.13
XYZ36.141918.005634.3714
Yxy18.00560.40830.2034
Hunter Lab42.433077.7779-18.3227
CIE-Lab49.502979.8981-23.2426

#dd069f color RGB value is (221,6,159).

#dd069f hex color red value is 221, green value is 6 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dd069f hue: 0.88 , saturation: 0.95 and the lightness value of dd069f is 0.45.

The process color (four color CMYK) of #dd069f color hex is 0.00, 0.97, 0.28, 0.13. Web safe color of #dd069f is #cc0099. Color #dd069f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000110 10011111
Octal 335 6 237
Decimal 221 6 159
Hex DD 6 9F

RGB Percentages of Color #dd069f

%57.25
%1.55
%41.19

CMYK Percentages of Color #dd069f

%0
%97
%28
%13

Triadic Colors of #dd069f

#dd069f #9fdd06 #069fdd

Analogous Colors of #dd069f

#dd069f #dd0633 #b006dd

Monochromatic Colors of #dd069f

#dd069f

Complementary Color

#dd069f #06dd44

#dd069f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd069f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd069f Color CSS Codes

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

#dd069f Text Font Color

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

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


#dd069f Background Color

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

This div background color is #dd069f


#dd069f Border Color

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

This div border color is #dd069f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd069f


Comments

No comments written yet.

Please login to write comment.