Color Hex Logo

#dc328d Color Hex

#DC328D
(220,50,141)
0 Favorites   0 Comments

Color spaces of #dc328d

RGB 22050141
HSL0.910.710.53
HSV328°77°86°
CMYK 0.000.770.36   0.14
XYZ35.463519.419927.0786
Yxy19.41990.43270.2369
Hunter Lab44.068066.5279-5.5845
CIE-Lab51.174970.4104-9.9536

#dc328d color RGB value is (220,50,141).

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

The process color (four color CMYK) of #dc328d color hex is 0.00, 0.77, 0.36, 0.14. Web safe color of #dc328d is #cc3399. Color #dc328d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 10001101
Octal 334 62 215
Decimal 220 50 141
Hex DC 32 8D

RGB Percentages of Color #dc328d

%53.53
%12.17
%34.31

CMYK Percentages of Color #dc328d

%0
%77
%36
%14

Triadic Colors of #dc328d

#dc328d #8ddc32 #328ddc

Analogous Colors of #dc328d

#dc328d #dc3238 #d632dc

Monochromatic Colors of #dc328d

#dc328d

Complementary Color

#dc328d #32dc81

#dc328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc328d Color CSS Codes

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

#dc328d Text Font Color

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

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


#dc328d Background Color

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

This div background color is #dc328d


#dc328d Border Color

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

This div border color is #dc328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc328d


Comments

No comments written yet.

Please login to write comment.