Color Hex Logo

#dd097a Color Hex

#DD097A
(221,9,122)
0 Favorites   0 Comments

Color spaces of #dd097a

RGB 2219122
HSL0.910.920.45
HSV328°96°87°
CMYK 0.000.960.45   0.13
XYZ33.429316.972719.9265
Yxy16.97270.47530.2413
Hunter Lab41.197972.74410.1613
CIE-Lab48.225676.1044-2.8161

#dd097a color RGB value is (221,9,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 01111010
Octal 335 11 172
Decimal 221 9 122
Hex DD 9 7A

RGB Percentages of Color #dd097a

%62.78
%2.56
%34.66

CMYK Percentages of Color #dd097a

%0
%96
%45
%13

Triadic Colors of #dd097a

#dd097a #7add09 #097add

Analogous Colors of #dd097a

#dd097a #dd0910 #d609dd

Monochromatic Colors of #dd097a

#dd097a

Complementary Color

#dd097a #09dd6c

#dd097a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd097a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd097a Color CSS Codes

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

#dd097a Text Font Color

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

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


#dd097a Background Color

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

This div background color is #dd097a


#dd097a Border Color

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

This div border color is #dd097a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,9,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 #dd097a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd097a


Comments

No comments written yet.

Please login to write comment.