Color Hex Logo

#dd014f Color Hex

#DD014F
(221,1,79)
0 Favorites   0 Comments

Color spaces of #dd014f

RGB 221179
HSL0.940.990.44
HSV339°100°87°
CMYK 0.001.000.64   0.13
XYZ31.240915.95848.8308
Yxy15.95840.55760.2848
Hunter Lab39.948069.685214.8571
CIE-Lab46.919973.856721.9107

#dd014f color RGB value is (221,1,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 01001111
Octal 335 1 117
Decimal 221 1 79
Hex DD 1 4F

RGB Percentages of Color #dd014f

%73.42
%0.33
%26.25

CMYK Percentages of Color #dd014f

%0
%100
%64
%13

Triadic Colors of #dd014f

#dd014f #4fdd01 #014fdd

Analogous Colors of #dd014f

#dd014f #dd2101 #dd01bd

Monochromatic Colors of #dd014f

#dd014f

Complementary Color

#dd014f #01dd8f

#dd014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd014f Color CSS Codes

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

#dd014f Text Font Color

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

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


#dd014f Background Color

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

This div background color is #dd014f


#dd014f Border Color

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

This div border color is #dd014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd014f


Comments

No comments written yet.

Please login to write comment.