Color Hex Logo

#dd138d Color Hex

#DD138D
(221,19,141)
0 Favorites   0 Comments

Color spaces of #dd138d

RGB 22119141
HSL0.900.840.47
HSV324°91°87°
CMYK 0.000.910.36   0.13
XYZ34.859417.761026.7902
Yxy17.76100.43900.2237
Hunter Lab42.143873.8953-8.1891
CIE-Lab49.204976.8460-12.9020

#dd138d color RGB value is (221,19,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 10001101
Octal 335 23 215
Decimal 221 19 141
Hex DD 13 8D

RGB Percentages of Color #dd138d

%58.01
%4.99
%37.01

CMYK Percentages of Color #dd138d

%0
%91
%36
%13

Triadic Colors of #dd138d

#dd138d #8ddd13 #138ddd

Analogous Colors of #dd138d

#dd138d #dd1328 #c813dd

Monochromatic Colors of #dd138d

#dd138d

Complementary Color

#dd138d #13dd63

#dd138d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd138d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd138d Color CSS Codes

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

#dd138d Text Font Color

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

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


#dd138d Background Color

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

This div background color is #dd138d


#dd138d Border Color

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

This div border color is #dd138d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd138d


Comments

No comments written yet.

Please login to write comment.