Color Hex Logo

#dc57da Color Hex

#DC57DA
(220,87,218)
0 Favorites   0 Comments

Color spaces of #dc57da

RGB 22087218
HSL0.840.660.60
HSV301°60°86°
CMYK 0.000.600.01   0.14
XYZ45.578327.094069.1571
Yxy27.09400.32140.1910
Hunter Lab52.051965.2095-42.3374
CIE-Lab59.061267.8203-42.5024

#dc57da color RGB value is (220,87,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 11011010
Octal 334 127 332
Decimal 220 87 218
Hex DC 57 DA

RGB Percentages of Color #dc57da

%41.90
%16.57
%41.52

CMYK Percentages of Color #dc57da

%0
%60
%1
%14

Triadic Colors of #dc57da

#dc57da #dadc57 #57dadc

Analogous Colors of #dc57da

#dc57da #dc5798 #9c57dc

Monochromatic Colors of #dc57da

#dc57da

Complementary Color

#dc57da #57dc59

#dc57da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc57da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc57da Color CSS Codes

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

#dc57da Text Font Color

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

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


#dc57da Background Color

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

This div background color is #dc57da


#dc57da Border Color

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

This div border color is #dc57da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc57da


Comments

No comments written yet.

Please login to write comment.