Color Hex Logo

#dd425e Color Hex

#DD425E
(221,66,94)
0 Favorites   0 Comments

Color spaces of #dd425e

RGB 2216694
HSL0.970.700.56
HSV349°70°87°
CMYK 0.000.700.57   0.13
XYZ33.787420.076712.6841
Yxy20.07670.50770.3017
Hunter Lab44.807056.188214.5809
CIE-Lab51.923861.419719.4321

#dd425e color RGB value is (221,66,94).

#dd425e hex color red value is 221, green value is 66 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd425e hue: 0.97 , saturation: 0.70 and the lightness value of dd425e is 0.56.

The process color (four color CMYK) of #dd425e color hex is 0.00, 0.70, 0.57, 0.13. Web safe color of #dd425e is #cc3366. Color #dd425e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000010 01011110
Octal 335 102 136
Decimal 221 66 94
Hex DD 42 5E

RGB Percentages of Color #dd425e

%58.01
%17.32
%24.67

CMYK Percentages of Color #dd425e

%0
%70
%57
%13

Triadic Colors of #dd425e

#dd425e #5edd42 #425edd

Analogous Colors of #dd425e

#dd425e #dd7442 #dd42ac

Monochromatic Colors of #dd425e

#dd425e

Complementary Color

#dd425e #42ddc1

#dd425e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd425e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd425e Color CSS Codes

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

#dd425e Text Font Color

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

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


#dd425e Background Color

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

This div background color is #dd425e


#dd425e Border Color

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

This div border color is #dd425e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd425e


Comments

No comments written yet.

Please login to write comment.