Color Hex Logo

#dd158c Color Hex

#DD158C
(221,21,140)
0 Favorites   0 Comments

Color spaces of #dd158c

RGB 22121140
HSL0.900.830.47
HSV324°90°87°
CMYK 0.000.900.37   0.13
XYZ34.820617.801926.4118
Yxy17.80190.44060.2252
Hunter Lab42.192373.4766-7.5801
CIE-Lab49.254976.4976-12.2229

#dd158c color RGB value is (221,21,140).

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

The process color (four color CMYK) of #dd158c color hex is 0.00, 0.90, 0.37, 0.13. Web safe color of #dd158c is #cc0099. Color #dd158c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010101 10001100
Octal 335 25 214
Decimal 221 21 140
Hex DD 15 8C

RGB Percentages of Color #dd158c

%57.85
%5.50
%36.65

CMYK Percentages of Color #dd158c

%0
%90
%37
%13

Triadic Colors of #dd158c

#dd158c #8cdd15 #158cdd

Analogous Colors of #dd158c

#dd158c #dd1528 #ca15dd

Monochromatic Colors of #dd158c

#dd158c

Complementary Color

#dd158c #15dd66

#dd158c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd158c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd158c Color CSS Codes

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

#dd158c Text Font Color

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

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


#dd158c Background Color

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

This div background color is #dd158c


#dd158c Border Color

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

This div border color is #dd158c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd158c


Comments

No comments written yet.

Please login to write comment.