Color Hex Logo

#dd185f Color Hex

#DD185F
(221,24,95)
0 Favorites   0 Comments

Color spaces of #dd185f

RGB 2212495
HSL0.940.800.48
HSV338°89°87°
CMYK 0.000.890.57   0.13
XYZ32.211016.851612.3815
Yxy16.85160.52420.2743
Hunter Lab41.050768.223810.8527
CIE-Lab48.072572.423713.5749

#dd185f color RGB value is (221,24,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01011111
Octal 335 30 137
Decimal 221 24 95
Hex DD 18 5F

RGB Percentages of Color #dd185f

%65.00
%7.06
%27.94

CMYK Percentages of Color #dd185f

%0
%89
%57
%13

Triadic Colors of #dd185f

#dd185f #5fdd18 #185fdd

Analogous Colors of #dd185f

#dd185f #dd3318 #dd18c2

Monochromatic Colors of #dd185f

#dd185f

Complementary Color

#dd185f #18dd96

#dd185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd185f Color CSS Codes

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

#dd185f Text Font Color

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

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


#dd185f Background Color

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

This div background color is #dd185f


#dd185f Border Color

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

This div border color is #dd185f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd185f


Comments

No comments written yet.

Please login to write comment.