Color Hex Logo

#dd325f Color Hex

#DD325F
(221,50,95)
0 Favorites   0 Comments

Color spaces of #dd325f

RGB 2215095
HSL0.960.720.53
HSV344°77°87°
CMYK 0.000.770.57   0.13
XYZ33.025018.479612.6528
Yxy18.47960.51470.2880
Hunter Lab42.987961.901912.6405
CIE-Lab50.072766.714216.3209

#dd325f color RGB value is (221,50,95).

#dd325f hex color red value is 221, green value is 50 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd325f hue: 0.96 , saturation: 0.72 and the lightness value of dd325f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110010 01011111
Octal 335 62 137
Decimal 221 50 95
Hex DD 32 5F

RGB Percentages of Color #dd325f

%60.38
%13.66
%25.96

CMYK Percentages of Color #dd325f

%0
%77
%57
%13

Triadic Colors of #dd325f

#dd325f #5fdd32 #325fdd

Analogous Colors of #dd325f

#dd325f #dd5b32 #dd32b5

Monochromatic Colors of #dd325f

#dd325f

Complementary Color

#dd325f #32ddb0

#dd325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd325f Color CSS Codes

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

#dd325f Text Font Color

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

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


#dd325f Background Color

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

This div background color is #dd325f


#dd325f Border Color

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

This div border color is #dd325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd325f


Comments

No comments written yet.

Please login to write comment.