Color Hex Logo

#dd284e Color Hex

#DD284E
(221,40,78)
0 Favorites   0 Comments

Color spaces of #dd284e

RGB 2214078
HSL0.970.730.51
HSV347°82°87°
CMYK 0.000.820.65   0.13
XYZ31.952717.43988.8898
Yxy17.43980.54820.2992
Hunter Lab41.761063.494516.6114
CIE-Lab48.809568.312824.9763

#dd284e color RGB value is (221,40,78).

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

The process color (four color CMYK) of #dd284e color hex is 0.00, 0.82, 0.65, 0.13. Web safe color of #dd284e is #cc3366. Color #dd284e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 01001110
Octal 335 50 116
Decimal 221 40 78
Hex DD 28 4E

RGB Percentages of Color #dd284e

%65.19
%11.80
%23.01

CMYK Percentages of Color #dd284e

%0
%82
%65
%13

Triadic Colors of #dd284e

#dd284e #4edd28 #284edd

Analogous Colors of #dd284e

#dd284e #dd5c28 #dd28a9

Monochromatic Colors of #dd284e

#dd284e

Complementary Color

#dd284e #28ddb7

#dd284e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd284e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd284e Color CSS Codes

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

#dd284e Text Font Color

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

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


#dd284e Background Color

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

This div background color is #dd284e


#dd284e Border Color

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

This div border color is #dd284e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd284e


Comments

No comments written yet.

Please login to write comment.