Color Hex Logo

#dc325e Color Hex

#DC325E
(220,50,94)
0 Favorites   0 Comments

Color spaces of #dc325e

RGB 2205094
HSL0.960.710.53
HSV344°77°86°
CMYK 0.000.770.57   0.14
XYZ32.676218.305012.4007
Yxy18.30500.51550.2888
Hunter Lab42.784361.455312.7643
CIE-Lab49.864066.372116.6136

#dc325e color RGB value is (220,50,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 01011110
Octal 334 62 136
Decimal 220 50 94
Hex DC 32 5E

RGB Percentages of Color #dc325e

%60.44
%13.74
%25.82

CMYK Percentages of Color #dc325e

%0
%77
%57
%14

Triadic Colors of #dc325e

#dc325e #5edc32 #325edc

Analogous Colors of #dc325e

#dc325e #dc5b32 #dc32b3

Monochromatic Colors of #dc325e

#dc325e

Complementary Color

#dc325e #32dcb0

#dc325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc325e Color CSS Codes

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

#dc325e Text Font Color

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

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


#dc325e Background Color

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

This div background color is #dc325e


#dc325e Border Color

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

This div border color is #dc325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc325e


Comments

No comments written yet.

Please login to write comment.