Color Hex Logo

#dd059a Color Hex

#DD059A
(221,5,154)
0 Favorites   0 Comments

Color spaces of #dd059a

RGB 2215154
HSL0.890.960.44
HSV319°98°87°
CMYK 0.000.980.30   0.13
XYZ35.705817.813832.1283
Yxy17.81380.41690.2080
Hunter Lab42.206477.1464-15.5882
CIE-Lab49.269579.4413-20.6158

#dd059a color RGB value is (221,5,154).

#dd059a hex color red value is 221, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dd059a hue: 0.89 , saturation: 0.96 and the lightness value of dd059a is 0.44.

The process color (four color CMYK) of #dd059a color hex is 0.00, 0.98, 0.30, 0.13. Web safe color of #dd059a is #cc0099. Color #dd059a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000101 10011010
Octal 335 5 232
Decimal 221 5 154
Hex DD 5 9A

RGB Percentages of Color #dd059a

%58.16
%1.32
%40.53

CMYK Percentages of Color #dd059a

%0
%98
%30
%13

Triadic Colors of #dd059a

#dd059a #9add05 #059add

Analogous Colors of #dd059a

#dd059a #dd052e #b405dd

Monochromatic Colors of #dd059a

#dd059a

Complementary Color

#dd059a #05dd48

#dd059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd059a Color CSS Codes

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

#dd059a Text Font Color

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

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


#dd059a Background Color

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

This div background color is #dd059a


#dd059a Border Color

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

This div border color is #dd059a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd059a


Comments

No comments written yet.

Please login to write comment.