Color Hex Logo

#dd188b Color Hex

#DD188B
(221,24,139)
0 Favorites   0 Comments

Color spaces of #dd188b

RGB 22124139
HSL0.900.800.48
HSV325°89°87°
CMYK 0.000.890.37   0.13
XYZ34.805617.889526.0447
Yxy17.88950.44200.2272
Hunter Lab42.296072.8707-6.9020
CIE-Lab49.361875.9856-11.4581

#dd188b color RGB value is (221,24,139).

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

The process color (four color CMYK) of #dd188b color hex is 0.00, 0.89, 0.37, 0.13. Web safe color of #dd188b is #cc0099. Color #dd188b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011000 10001011
Octal 335 30 213
Decimal 221 24 139
Hex DD 18 8B

RGB Percentages of Color #dd188b

%57.55
%6.25
%36.20

CMYK Percentages of Color #dd188b

%0
%89
%37
%13

Triadic Colors of #dd188b

#dd188b #8bdd18 #188bdd

Analogous Colors of #dd188b

#dd188b #dd1829 #cd18dd

Monochromatic Colors of #dd188b

#dd188b

Complementary Color

#dd188b #18dd6a

#dd188b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd188b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd188b Color CSS Codes

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

#dd188b Text Font Color

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

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


#dd188b Background Color

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

This div background color is #dd188b


#dd188b Border Color

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

This div border color is #dd188b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd188b


Comments

No comments written yet.

Please login to write comment.