Color Hex Logo

#dd076d Color Hex

#DD076D
(221,7,109)
0 Favorites   0 Comments

Color spaces of #dd076d

RGB 2217109
HSL0.920.940.45
HSV331°97°87°
CMYK 0.000.970.51   0.13
XYZ32.655116.628215.9565
Yxy16.62820.50050.2549
Hunter Lab40.777771.58335.3439
CIE-Lab47.788175.24434.5353

#dd076d color RGB value is (221,7,109).

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

The process color (four color CMYK) of #dd076d color hex is 0.00, 0.97, 0.51, 0.13. Web safe color of #dd076d is #cc0066. Color #dd076d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 01101101
Octal 335 7 155
Decimal 221 7 109
Hex DD 7 6D

RGB Percentages of Color #dd076d

%65.58
%2.08
%32.34

CMYK Percentages of Color #dd076d

%0
%97
%51
%13

Triadic Colors of #dd076d

#dd076d #6ddd07 #076ddd

Analogous Colors of #dd076d

#dd076d #dd0c07 #dd07d8

Monochromatic Colors of #dd076d

#dd076d

Complementary Color

#dd076d #07dd77

#dd076d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd076d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd076d Color CSS Codes

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

#dd076d Text Font Color

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

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


#dd076d Background Color

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

This div background color is #dd076d


#dd076d Border Color

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

This div border color is #dd076d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd076d


Comments

No comments written yet.

Please login to write comment.