Color Hex Logo

#dd074e Color Hex

#DD074E
(221,7,78)
0 Favorites   0 Comments

Color spaces of #dd074e

RGB 221778
HSL0.940.940.45
HSV340°97°87°
CMYK 0.000.970.65   0.13
XYZ31.269916.07428.6622
Yxy16.07420.55830.2870
Hunter Lab40.092669.057415.2550
CIE-Lab47.071773.309022.7269

#dd074e color RGB value is (221,7,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 01001110
Octal 335 7 116
Decimal 221 7 78
Hex DD 7 4E

RGB Percentages of Color #dd074e

%72.22
%2.29
%25.49

CMYK Percentages of Color #dd074e

%0
%97
%65
%13

Triadic Colors of #dd074e

#dd074e #4edd07 #074edd

Analogous Colors of #dd074e

#dd074e #dd2b07 #dd07b9

Monochromatic Colors of #dd074e

#dd074e

Complementary Color

#dd074e #07dd96

#dd074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd074e Color CSS Codes

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

#dd074e Text Font Color

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

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


#dd074e Background Color

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

This div background color is #dd074e


#dd074e Border Color

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

This div border color is #dd074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd074e


Comments

No comments written yet.

Please login to write comment.