Color Hex Logo

#dc57dc Color Hex

#DC57DC
(220,87,220)
0 Favorites   0 Comments

Color spaces of #dc57dc

RGB 22087220
HSL0.830.660.60
HSV300°60°86°
CMYK 0.000.600.00   0.14
XYZ45.841727.199370.5440
Yxy27.19930.31930.1894
Hunter Lab52.152965.6313-43.6908
CIE-Lab59.158368.1542-43.4766

#dc57dc color RGB value is (220,87,220).

#dc57dc hex color red value is 220, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dc57dc hue: 0.83 , saturation: 0.66 and the lightness value of dc57dc is 0.60.

The process color (four color CMYK) of #dc57dc color hex is 0.00, 0.60, 0.00, 0.14. Web safe color of #dc57dc is #cc66cc. Color #dc57dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 11011100
Octal 334 127 334
Decimal 220 87 220
Hex DC 57 DC

RGB Percentages of Color #dc57dc

%41.75
%16.51
%41.75

CMYK Percentages of Color #dc57dc

%0
%60
%0
%14

Triadic Colors of #dc57dc

#dc57dc #dcdc57 #57dcdc

Analogous Colors of #dc57dc

#dc57dc #dc579a #9a57dc

Monochromatic Colors of #dc57dc

#dc57dc

Complementary Color

#dc57dc #57dc57

#dc57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc57dc Color CSS Codes

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

#dc57dc Text Font Color

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

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


#dc57dc Background Color

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

This div background color is #dc57dc


#dc57dc Border Color

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

This div border color is #dc57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc57dc


Comments

No comments written yet.

Please login to write comment.