Color Hex Logo

#dc327c Color Hex

#DC327C
(220,50,124)
0 Favorites   0 Comments

Color spaces of #dc327c

RGB 22050124
HSL0.930.710.53
HSV334°77°86°
CMYK 0.000.770.44   0.14
XYZ34.293918.952120.9194
Yxy18.95210.46240.2555
Hunter Lab43.534064.42881.9832
CIE-Lab50.631168.7528-0.5242

#dc327c color RGB value is (220,50,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 01111100
Octal 334 62 174
Decimal 220 50 124
Hex DC 32 7C

RGB Percentages of Color #dc327c

%55.84
%12.69
%31.47

CMYK Percentages of Color #dc327c

%0
%77
%44
%14

Triadic Colors of #dc327c

#dc327c #7cdc32 #327cdc

Analogous Colors of #dc327c

#dc327c #dc3d32 #dc32d1

Monochromatic Colors of #dc327c

#dc327c

Complementary Color

#dc327c #32dc92

#dc327c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc327c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc327c Color CSS Codes

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

#dc327c Text Font Color

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

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


#dc327c Background Color

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

This div background color is #dc327c


#dc327c Border Color

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

This div border color is #dc327c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc327c


Comments

No comments written yet.

Please login to write comment.