Color Hex Logo

#dd187b Color Hex

#DD187B
(221,24,123)
0 Favorites   0 Comments

Color spaces of #dd187b

RGB 22124123
HSL0.920.800.48
HSV330°89°87°
CMYK 0.000.890.44   0.13
XYZ33.720617.455520.3309
Yxy17.45550.47160.2441
Hunter Lab41.779870.95330.3941
CIE-Lab48.828974.5262-2.5390

#dd187b color RGB value is (221,24,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 01111011
Octal 335 30 173
Decimal 221 24 123
Hex DD 18 7B

RGB Percentages of Color #dd187b

%60.05
%6.52
%33.42

CMYK Percentages of Color #dd187b

%0
%89
%44
%13

Triadic Colors of #dd187b

#dd187b #7bdd18 #187bdd

Analogous Colors of #dd187b

#dd187b #dd1819 #dd18dd

Monochromatic Colors of #dd187b

#dd187b

Complementary Color

#dd187b #18dd7a

#dd187b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd187b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd187b Color CSS Codes

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

#dd187b Text Font Color

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

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


#dd187b Background Color

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

This div background color is #dd187b


#dd187b Border Color

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

This div border color is #dd187b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd187b


Comments

No comments written yet.

Please login to write comment.