Color Hex Logo

#dc47ea Color Hex

#DC47EA
(220,71,234)
0 Favorites   0 Comments

Color spaces of #dc47ea

RGB 22071234
HSL0.820.800.60
HSV295°70°92°
CMYK 0.060.700.00   0.08
XYZ46.619725.662680.3382
Yxy25.66260.30550.1681
Hunter Lab50.658375.6177-58.5664
CIE-Lab57.715476.5796-53.6291

#dc47ea color RGB value is (220,71,234).

#dc47ea hex color red value is 220, green value is 71 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc47ea hue: 0.82 , saturation: 0.80 and the lightness value of dc47ea is 0.60.

The process color (four color CMYK) of #dc47ea color hex is 0.06, 0.70, 0.00, 0.08. Web safe color of #dc47ea is #cc33ff. Color #dc47ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 11101010
Octal 334 107 352
Decimal 220 71 234
Hex DC 47 EA

RGB Percentages of Color #dc47ea

%41.90
%13.52
%44.57

CMYK Percentages of Color #dc47ea

%6
%70
%0
%8

Triadic Colors of #dc47ea

#dc47ea #eadc47 #47eadc

Analogous Colors of #dc47ea

#dc47ea #ea47a7 #8b47ea

Monochromatic Colors of #dc47ea

#dc47ea

Complementary Color

#dc47ea #55ea47

#dc47ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc47ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc47ea Color CSS Codes

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

#dc47ea Text Font Color

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

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


#dc47ea Background Color

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

This div background color is #dc47ea


#dc47ea Border Color

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

This div border color is #dc47ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc47ea


Comments

No comments written yet.

Please login to write comment.