Color Hex Logo

#dd034e Color Hex

#DD034E
(221,3,78)
0 Favorites   0 Comments

Color spaces of #dd034e

RGB 221378
HSL0.940.970.44
HSV339°99°87°
CMYK 0.000.990.65   0.13
XYZ31.226515.98738.6478
Yxy15.98730.55900.2862
Hunter Lab39.984169.431415.1656
CIE-Lab46.957873.640022.5783

#dd034e color RGB value is (221,3,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 01001110
Octal 335 3 116
Decimal 221 3 78
Hex DD 3 4E

RGB Percentages of Color #dd034e

%73.18
%0.99
%25.83

CMYK Percentages of Color #dd034e

%0
%99
%65
%13

Triadic Colors of #dd034e

#dd034e #4edd03 #034edd

Analogous Colors of #dd034e

#dd034e #dd2503 #dd03bb

Monochromatic Colors of #dd034e

#dd034e

Complementary Color

#dd034e #03dd92

#dd034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd034e Color CSS Codes

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

#dd034e Text Font Color

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

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


#dd034e Background Color

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

This div background color is #dd034e


#dd034e Border Color

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

This div border color is #dd034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd034e


Comments

No comments written yet.

Please login to write comment.