Color Hex Logo

#dd148d Color Hex

#DD148D
(221,20,141)
0 Favorites   0 Comments

Color spaces of #dd148d

RGB 22120141
HSL0.900.830.47
HSV324°91°87°
CMYK 0.000.910.36   0.13
XYZ34.876717.795626.7960
Yxy17.79560.43890.2239
Hunter Lab42.184873.7531-8.1319
CIE-Lab49.247276.7228-12.8381

#dd148d color RGB value is (221,20,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010100 10001101
Octal 335 24 215
Decimal 221 20 141
Hex DD 14 8D

RGB Percentages of Color #dd148d

%57.85
%5.24
%36.91

CMYK Percentages of Color #dd148d

%0
%91
%36
%13

Triadic Colors of #dd148d

#dd148d #8ddd14 #148ddd

Analogous Colors of #dd148d

#dd148d #dd1429 #c914dd

Monochromatic Colors of #dd148d

#dd148d

Complementary Color

#dd148d #14dd64

#dd148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd148d Color CSS Codes

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

#dd148d Text Font Color

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

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


#dd148d Background Color

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

This div background color is #dd148d


#dd148d Border Color

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

This div border color is #dd148d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,20,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 #dd148d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd148d


Comments

No comments written yet.

Please login to write comment.