Color Hex Logo

#dd048a Color Hex

#DD048A
(221,4,138)
0 Favorites   0 Comments

Color spaces of #dd048a

RGB 2214138
HSL0.900.960.44
HSV323°98°87°
CMYK 0.000.980.38   0.13
XYZ34.449717.294025.5671
Yxy17.29400.44560.2237
Hunter Lab41.586175.0930-7.3412
CIE-Lab48.628477.9236-11.9591

#dd048a color RGB value is (221,4,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000100 10001010
Octal 335 4 212
Decimal 221 4 138
Hex DD 4 8A

RGB Percentages of Color #dd048a

%60.88
%1.10
%38.02

CMYK Percentages of Color #dd048a

%0
%98
%38
%13

Triadic Colors of #dd048a

#dd048a #8add04 #048add

Analogous Colors of #dd048a

#dd048a #dd041e #c404dd

Monochromatic Colors of #dd048a

#dd048a

Complementary Color

#dd048a #04dd57

#dd048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd048a Color CSS Codes

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

#dd048a Text Font Color

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

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


#dd048a Background Color

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

This div background color is #dd048a


#dd048a Border Color

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

This div border color is #dd048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd048a


Comments

No comments written yet.

Please login to write comment.