Color Hex Logo

#dd186b Color Hex

#DD186B
(221,24,107)
0 Favorites   0 Comments

Color spaces of #dd186b

RGB 22124107
HSL0.930.800.48
HSV335°89°87°
CMYK 0.000.890.52   0.13
XYZ32.799317.087015.4793
Yxy17.08700.50180.2614
Hunter Lab41.336469.29606.7331
CIE-Lab48.369573.25326.5995

#dd186b color RGB value is (221,24,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01101011
Octal 335 30 153
Decimal 221 24 107
Hex DD 18 6B

RGB Percentages of Color #dd186b

%62.78
%6.82
%30.40

CMYK Percentages of Color #dd186b

%0
%89
%52
%13

Triadic Colors of #dd186b

#dd186b #6bdd18 #186bdd

Analogous Colors of #dd186b

#dd186b #dd2818 #dd18ce

Monochromatic Colors of #dd186b

#dd186b

Complementary Color

#dd186b #18dd8a

#dd186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd186b Color CSS Codes

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

#dd186b Text Font Color

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

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


#dd186b Background Color

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

This div background color is #dd186b


#dd186b Border Color

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

This div border color is #dd186b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd186b


Comments

No comments written yet.

Please login to write comment.