Color Hex Logo

#dc57ab Color Hex

#DC57AB
(220,87,171)
0 Favorites   0 Comments

Color spaces of #dc57ab

RGB 22087171
HSL0.890.660.60
HSV322°60°86°
CMYK 0.000.600.22   0.14
XYZ40.274124.972341.2255
Yxy24.97230.37830.2345
Hunter Lab49.972356.4067-13.9317
CIE-Lab57.048460.6844-18.7423

#dc57ab color RGB value is (220,87,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010111 10101011
Octal 334 127 253
Decimal 220 87 171
Hex DC 57 AB

RGB Percentages of Color #dc57ab

%46.03
%18.20
%35.77

CMYK Percentages of Color #dc57ab

%0
%60
%22
%14

Triadic Colors of #dc57ab

#dc57ab #abdc57 #57abdc

Analogous Colors of #dc57ab

#dc57ab #dc5769 #cb57dc

Monochromatic Colors of #dc57ab

#dc57ab

Complementary Color

#dc57ab #57dc88

#dc57ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc57ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc57ab Color CSS Codes

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

#dc57ab Text Font Color

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

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


#dc57ab Background Color

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

This div background color is #dc57ab


#dc57ab Border Color

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

This div border color is #dc57ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc57ab


Comments

No comments written yet.

Please login to write comment.