Color Hex Logo

#dc47ce Color Hex

#DC47CE
(220,71,206)
0 Favorites   0 Comments

Color spaces of #dc47ce

RGB 22071206
HSL0.850.680.57
HSV306°68°86°
CMYK 0.000.680.06   0.14
XYZ42.909024.178460.7979
Yxy24.17840.33550.1891
Hunter Lab49.171569.7159-38.8887
CIE-Lab56.266072.0747-40.0956

#dc47ce color RGB value is (220,71,206).

#dc47ce hex color red value is 220, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dc47ce hue: 0.85 , saturation: 0.68 and the lightness value of dc47ce is 0.57.

The process color (four color CMYK) of #dc47ce color hex is 0.00, 0.68, 0.06, 0.14. Web safe color of #dc47ce is #cc33cc. Color #dc47ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 11001110
Octal 334 107 316
Decimal 220 71 206
Hex DC 47 CE

RGB Percentages of Color #dc47ce

%44.27
%14.29
%41.45

CMYK Percentages of Color #dc47ce

%0
%68
%6
%14

Triadic Colors of #dc47ce

#dc47ce #cedc47 #47cedc

Analogous Colors of #dc47ce

#dc47ce #dc4784 #a047dc

Monochromatic Colors of #dc47ce

#dc47ce

Complementary Color

#dc47ce #47dc55

#dc47ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc47ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc47ce Color CSS Codes

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

#dc47ce Text Font Color

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

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


#dc47ce Background Color

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

This div background color is #dc47ce


#dc47ce Border Color

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

This div border color is #dc47ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc47ce


Comments

No comments written yet.

Please login to write comment.