Color Hex Logo

#dc527e Color Hex

#DC527E
(220,82,126)
0 Favorites   0 Comments

Color spaces of #dc527e

RGB 22082126
HSL0.950.660.59
HSV341°63°86°
CMYK 0.000.630.43   0.14
XYZ36.298422.756622.2180
Yxy22.75660.44660.2800
Hunter Lab47.703952.34085.7785
CIE-Lab54.820757.49844.3590

#dc527e color RGB value is (220,82,126).

#dc527e hex color red value is 220, green value is 82 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc527e hue: 0.95 , saturation: 0.66 and the lightness value of dc527e is 0.59.

The process color (four color CMYK) of #dc527e color hex is 0.00, 0.63, 0.43, 0.14. Web safe color of #dc527e is #cc6666. Color #dc527e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010010 01111110
Octal 334 122 176
Decimal 220 82 126
Hex DC 52 7E

RGB Percentages of Color #dc527e

%51.40
%19.16
%29.44

CMYK Percentages of Color #dc527e

%0
%63
%43
%14

Triadic Colors of #dc527e

#dc527e #7edc52 #527edc

Analogous Colors of #dc527e

#dc527e #dc6b52 #dc52c3

Monochromatic Colors of #dc527e

#dc527e

Complementary Color

#dc527e #52dcb0

#dc527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc527e Color CSS Codes

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

#dc527e Text Font Color

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

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


#dc527e Background Color

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

This div background color is #dc527e


#dc527e Border Color

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

This div border color is #dc527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc527e


Comments

No comments written yet.

Please login to write comment.