Color Hex Logo

#dd185e Color Hex

#DD185E
(221,24,94)
0 Favorites   0 Comments

Color spaces of #dd185e

RGB 2212494
HSL0.940.800.48
HSV339°89°87°
CMYK 0.000.890.57   0.13
XYZ32.165816.833612.1436
Yxy16.83360.52610.2753
Hunter Lab41.028868.140411.1716
CIE-Lab48.049772.358914.1602

#dd185e color RGB value is (221,24,94).

#dd185e hex color red value is 221, green value is 24 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd185e hue: 0.94 , saturation: 0.80 and the lightness value of dd185e is 0.48.

The process color (four color CMYK) of #dd185e color hex is 0.00, 0.89, 0.57, 0.13. Web safe color of #dd185e is #cc0066. Color #dd185e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01011110
Octal 335 30 136
Decimal 221 24 94
Hex DD 18 5E

RGB Percentages of Color #dd185e

%65.19
%7.08
%27.73

CMYK Percentages of Color #dd185e

%0
%89
%57
%13

Triadic Colors of #dd185e

#dd185e #5edd18 #185edd

Analogous Colors of #dd185e

#dd185e #dd3418 #dd18c1

Monochromatic Colors of #dd185e

#dd185e

Complementary Color

#dd185e #18dd97

#dd185e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd185e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd185e Color CSS Codes

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

#dd185e Text Font Color

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

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


#dd185e Background Color

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

This div background color is #dd185e


#dd185e Border Color

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

This div border color is #dd185e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd185e


Comments

No comments written yet.

Please login to write comment.