Color Hex Logo

#dc526d Color Hex

#DC526D
(220,82,109)
0 Favorites   0 Comments

Color spaces of #dc526d

RGB 22082109
HSL0.970.660.59
HSV348°63°86°
CMYK 0.000.630.50   0.14
XYZ35.292822.354416.9227
Yxy22.35440.47330.2998
Hunter Lab47.280450.501711.8751
CIE-Lab54.401055.926213.8502

#dc526d color RGB value is (220,82,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010010 01101101
Octal 334 122 155
Decimal 220 82 109
Hex DC 52 6D

RGB Percentages of Color #dc526d

%53.53
%19.95
%26.52

CMYK Percentages of Color #dc526d

%0
%63
%50
%14

Triadic Colors of #dc526d

#dc526d #6ddc52 #526ddc

Analogous Colors of #dc526d

#dc526d #dc7c52 #dc52b2

Monochromatic Colors of #dc526d

#dc526d

Complementary Color

#dc526d #52dcc1

#dc526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc526d Color CSS Codes

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

#dc526d Text Font Color

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

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


#dc526d Background Color

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

This div background color is #dc526d


#dc526d Border Color

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

This div border color is #dc526d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc526d


Comments

No comments written yet.

Please login to write comment.