Color Hex Logo

#dd186a Color Hex

#DD186A
(221,24,106)
0 Favorites   0 Comments

Color spaces of #dd186a

RGB 22124106
HSL0.930.800.48
HSV335°89°87°
CMYK 0.000.890.52   0.13
XYZ32.746917.066015.2038
Yxy17.06600.50370.2625
Hunter Lab41.311069.20127.0971
CIE-Lab48.343173.18007.1770

#dd186a color RGB value is (221,24,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01101010
Octal 335 30 152
Decimal 221 24 106
Hex DD 18 6A

RGB Percentages of Color #dd186a

%62.96
%6.84
%30.20

CMYK Percentages of Color #dd186a

%0
%89
%52
%13

Triadic Colors of #dd186a

#dd186a #6add18 #186add

Analogous Colors of #dd186a

#dd186a #dd2818 #dd18cd

Monochromatic Colors of #dd186a

#dd186a

Complementary Color

#dd186a #18dd8b

#dd186a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd186a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd186a Color CSS Codes

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

#dd186a Text Font Color

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

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


#dd186a Background Color

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

This div background color is #dd186a


#dd186a Border Color

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

This div border color is #dd186a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd186a


Comments

No comments written yet.

Please login to write comment.