Color Hex Logo

#dd136e Color Hex

#DD136E
(221,19,110)
0 Favorites   0 Comments

Color spaces of #dd136e

RGB 22119110
HSL0.920.840.47
HSV333°91°87°
CMYK 0.000.910.50   0.13
XYZ32.866116.963716.2939
Yxy16.96370.49700.2565
Hunter Lab41.187070.36085.3753
CIE-Lab48.214374.16014.5321

#dd136e color RGB value is (221,19,110).

#dd136e hex color red value is 221, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dd136e hue: 0.92 , saturation: 0.84 and the lightness value of dd136e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 01101110
Octal 335 23 156
Decimal 221 19 110
Hex DD 13 6E

RGB Percentages of Color #dd136e

%63.14
%5.43
%31.43

CMYK Percentages of Color #dd136e

%0
%91
%50
%13

Triadic Colors of #dd136e

#dd136e #6edd13 #136edd

Analogous Colors of #dd136e

#dd136e #dd1d13 #dd13d3

Monochromatic Colors of #dd136e

#dd136e

Complementary Color

#dd136e #13dd82

#dd136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd136e Color CSS Codes

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

#dd136e Text Font Color

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

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


#dd136e Background Color

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

This div background color is #dd136e


#dd136e Border Color

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

This div border color is #dd136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd136e


Comments

No comments written yet.

Please login to write comment.