Color Hex Logo

#dc56ea Color Hex

#DC56EA
(220,86,234)
0 Favorites   0 Comments

Color spaces of #dc56ea

RGB 22086234
HSL0.820.780.63
HSV294°63°92°
CMYK 0.060.630.00   0.08
XYZ47.694327.811780.6963
Yxy27.81170.30530.1780
Hunter Lab52.736869.1431-53.8081
CIE-Lab59.718270.9534-50.4441

#dc56ea color RGB value is (220,86,234).

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

The process color (four color CMYK) of #dc56ea color hex is 0.06, 0.63, 0.00, 0.08. Web safe color of #dc56ea is #cc66ff. Color #dc56ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 11101010
Octal 334 126 352
Decimal 220 86 234
Hex DC 56 EA

RGB Percentages of Color #dc56ea

%40.74
%15.93
%43.33

CMYK Percentages of Color #dc56ea

%6
%63
%0
%8

Triadic Colors of #dc56ea

#dc56ea #eadc56 #56eadc

Analogous Colors of #dc56ea

#dc56ea #ea56ae #9256ea

Monochromatic Colors of #dc56ea

#dc56ea

Complementary Color

#dc56ea #64ea56

#dc56ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc56ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc56ea Color CSS Codes

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

#dc56ea Text Font Color

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

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


#dc56ea Background Color

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

This div background color is #dc56ea


#dc56ea Border Color

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

This div border color is #dc56ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,86,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 #dc56ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc56ea


Comments

No comments written yet.

Please login to write comment.