Color Hex Logo

#dd138e Color Hex

#DD138E
(221,19,142)
0 Favorites   0 Comments

Color spaces of #dd138e

RGB 22119142
HSL0.900.840.47
HSV323°91°87°
CMYK 0.000.910.36   0.13
XYZ34.934217.790927.1839
Yxy17.79090.43720.2226
Hunter Lab42.179374.0257-8.6860
CIE-Lab49.241576.9442-13.4499

#dd138e color RGB value is (221,19,142).

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

The process color (four color CMYK) of #dd138e color hex is 0.00, 0.91, 0.36, 0.13. Web safe color of #dd138e is #cc0099. Color #dd138e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 10001110
Octal 335 23 216
Decimal 221 19 142
Hex DD 13 8E

RGB Percentages of Color #dd138e

%57.85
%4.97
%37.17

CMYK Percentages of Color #dd138e

%0
%91
%36
%13

Triadic Colors of #dd138e

#dd138e #8edd13 #138edd

Analogous Colors of #dd138e

#dd138e #dd1329 #c713dd

Monochromatic Colors of #dd138e

#dd138e

Complementary Color

#dd138e #13dd62

#dd138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd138e Color CSS Codes

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

#dd138e Text Font Color

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

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


#dd138e Background Color

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

This div background color is #dd138e


#dd138e Border Color

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

This div border color is #dd138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd138e


Comments

No comments written yet.

Please login to write comment.