Color Hex Logo

#dd087a Color Hex

#DD087A
(221,8,122)
0 Favorites   0 Comments

Color spaces of #dd087a

RGB 2218122
HSL0.910.930.45
HSV328°96°87°
CMYK 0.000.960.45   0.13
XYZ33.418516.951019.9229
Yxy16.95100.47540.2411
Hunter Lab41.171672.83610.1297
CIE-Lab48.198276.1844-2.8565

#dd087a color RGB value is (221,8,122).

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

The process color (four color CMYK) of #dd087a color hex is 0.00, 0.96, 0.45, 0.13. Web safe color of #dd087a is #cc0066. Color #dd087a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 01111010
Octal 335 10 172
Decimal 221 8 122
Hex DD 8 7A

RGB Percentages of Color #dd087a

%62.96
%2.28
%34.76

CMYK Percentages of Color #dd087a

%0
%96
%45
%13

Triadic Colors of #dd087a

#dd087a #7add08 #087add

Analogous Colors of #dd087a

#dd087a #dd080f #d608dd

Monochromatic Colors of #dd087a

#dd087a

Complementary Color

#dd087a #08dd6b

#dd087a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd087a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd087a Color CSS Codes

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

#dd087a Text Font Color

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

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


#dd087a Background Color

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

This div background color is #dd087a


#dd087a Border Color

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

This div border color is #dd087a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd087a


Comments

No comments written yet.

Please login to write comment.