Color Hex Logo

#dd284c Color Hex

#DD284C
(221,40,76)
0 Favorites   0 Comments

Color spaces of #dd284c

RGB 2214076
HSL0.970.730.51
HSV348°82°87°
CMYK 0.000.820.66   0.13
XYZ31.882117.41158.5179
Yxy17.41150.55150.3012
Hunter Lab41.727163.362717.1059
CIE-Lab48.774468.207826.1430

#dd284c color RGB value is (221,40,76).

#dd284c hex color red value is 221, green value is 40 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dd284c hue: 0.97 , saturation: 0.73 and the lightness value of dd284c is 0.51.

The process color (four color CMYK) of #dd284c color hex is 0.00, 0.82, 0.66, 0.13. Web safe color of #dd284c is #cc3333. Color #dd284c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 01001100
Octal 335 50 114
Decimal 221 40 76
Hex DD 28 4C

RGB Percentages of Color #dd284c

%65.58
%11.87
%22.55

CMYK Percentages of Color #dd284c

%0
%82
%66
%13

Triadic Colors of #dd284c

#dd284c #4cdd28 #284cdd

Analogous Colors of #dd284c

#dd284c #dd5e28 #dd28a7

Monochromatic Colors of #dd284c

#dd284c

Complementary Color

#dd284c #28ddb9

#dd284c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd284c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd284c Color CSS Codes

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

#dd284c Text Font Color

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

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


#dd284c Background Color

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

This div background color is #dd284c


#dd284c Border Color

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

This div border color is #dd284c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd284c


Comments

No comments written yet.

Please login to write comment.