Color Hex Logo

#dd088d Color Hex

#DD088D
(221,8,141)
0 Favorites   0 Comments

Color spaces of #dd088d

RGB 2218141
HSL0.900.930.45
HSV323°96°87°
CMYK 0.000.960.36   0.13
XYZ34.713317.468926.7415
Yxy17.46890.43980.2213
Hunter Lab41.795875.1096-8.6774
CIE-Lab48.845577.8946-13.4457

#dd088d color RGB value is (221,8,141).

#dd088d hex color red value is 221, green value is 8 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dd088d hue: 0.90 , saturation: 0.93 and the lightness value of dd088d is 0.45.

The process color (four color CMYK) of #dd088d color hex is 0.00, 0.96, 0.36, 0.13. Web safe color of #dd088d is #cc0099. Color #dd088d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 10001101
Octal 335 10 215
Decimal 221 8 141
Hex DD 8 8D

RGB Percentages of Color #dd088d

%59.73
%2.16
%38.11

CMYK Percentages of Color #dd088d

%0
%96
%36
%13

Triadic Colors of #dd088d

#dd088d #8ddd08 #088ddd

Analogous Colors of #dd088d

#dd088d #dd0823 #c308dd

Monochromatic Colors of #dd088d

#dd088d

Complementary Color

#dd088d #08dd58

#dd088d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd088d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd088d Color CSS Codes

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

#dd088d Text Font Color

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

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


#dd088d Background Color

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

This div background color is #dd088d


#dd088d Border Color

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

This div border color is #dd088d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd088d


Comments

No comments written yet.

Please login to write comment.