Color Hex Logo

#dc327f Color Hex

#DC327F
(220,50,127)
0 Favorites   0 Comments

Color spaces of #dc327f

RGB 22050127
HSL0.920.710.53
HSV333°77°86°
CMYK 0.000.770.42   0.14
XYZ34.486619.029221.9340
Yxy19.02920.45710.2522
Hunter Lab43.622564.77740.7239
CIE-Lab50.721469.0293-2.2050

#dc327f color RGB value is (220,50,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 01111111
Octal 334 62 177
Decimal 220 50 127
Hex DC 32 7F

RGB Percentages of Color #dc327f

%55.42
%12.59
%31.99

CMYK Percentages of Color #dc327f

%0
%77
%42
%14

Triadic Colors of #dc327f

#dc327f #7fdc32 #327fdc

Analogous Colors of #dc327f

#dc327f #dc3a32 #dc32d4

Monochromatic Colors of #dc327f

#dc327f

Complementary Color

#dc327f #32dc8f

#dc327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc327f Color CSS Codes

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

#dc327f Text Font Color

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

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


#dc327f Background Color

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

This div background color is #dc327f


#dc327f Border Color

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

This div border color is #dc327f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc327f


Comments

No comments written yet.

Please login to write comment.