Color Hex Logo

#dd036f Color Hex

#DD036F
(221,3,111)
0 Favorites   0 Comments

Color spaces of #dd036f

RGB 2213111
HSL0.920.970.44
HSV330°99°87°
CMYK 0.000.990.50   0.13
XYZ32.720616.585016.5156
Yxy16.58500.49710.2520
Hunter Lab40.724772.14924.4627
CIE-Lab47.732875.71663.2226

#dd036f color RGB value is (221,3,111).

#dd036f hex color red value is 221, green value is 3 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dd036f hue: 0.92 , saturation: 0.97 and the lightness value of dd036f is 0.44.

The process color (four color CMYK) of #dd036f color hex is 0.00, 0.99, 0.50, 0.13. Web safe color of #dd036f is #cc0066. Color #dd036f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 01101111
Octal 335 3 157
Decimal 221 3 111
Hex DD 3 6F

RGB Percentages of Color #dd036f

%65.97
%0.90
%33.13

CMYK Percentages of Color #dd036f

%0
%99
%50
%13

Triadic Colors of #dd036f

#dd036f #6fdd03 #036fdd

Analogous Colors of #dd036f

#dd036f #dd0403 #dd03dc

Monochromatic Colors of #dd036f

#dd036f

Complementary Color

#dd036f #03dd71

#dd036f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd036f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd036f Color CSS Codes

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

#dd036f Text Font Color

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

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


#dd036f Background Color

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

This div background color is #dd036f


#dd036f Border Color

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

This div border color is #dd036f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd036f


Comments

No comments written yet.

Please login to write comment.