Color Hex Logo

#dd014e Color Hex

#DD014E
(221,1,78)
0 Favorites   0 Comments

Color spaces of #dd014e

RGB 221178
HSL0.940.990.44
HSV339°100°87°
CMYK 0.001.000.65   0.13
XYZ31.204815.94398.6405
Yxy15.94390.55930.2858
Hunter Lab39.929869.619015.1210
CIE-Lab46.900873.805922.5042

#dd014e color RGB value is (221,1,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 01001110
Octal 335 1 116
Decimal 221 1 78
Hex DD 1 4E

RGB Percentages of Color #dd014e

%73.67
%0.33
%26.00

CMYK Percentages of Color #dd014e

%0
%100
%65
%13

Triadic Colors of #dd014e

#dd014e #4edd01 #014edd

Analogous Colors of #dd014e

#dd014e #dd2201 #dd01bc

Monochromatic Colors of #dd014e

#dd014e

Complementary Color

#dd014e #01dd90

#dd014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd014e Color CSS Codes

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

#dd014e Text Font Color

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

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


#dd014e Background Color

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

This div background color is #dd014e


#dd014e Border Color

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

This div border color is #dd014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd014e


Comments

No comments written yet.

Please login to write comment.