Color Hex Logo

#dc53df Color Hex

#DC53DF
(220,83,223)
0 Favorites   0 Comments

Color spaces of #dc53df

RGB 22083223
HSL0.830.690.60
HSV299°63°87°
CMYK 0.010.630.00   0.13
XYZ45.927726.729972.5508
Yxy26.72990.31630.1841
Hunter Lab51.701068.0908-47.0096
CIE-Lab58.723570.2737-45.8521

#dc53df color RGB value is (220,83,223).

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

The process color (four color CMYK) of #dc53df color hex is 0.01, 0.63, 0.00, 0.13. Web safe color of #dc53df is #cc66cc. Color #dc53df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010011 11011111
Octal 334 123 337
Decimal 220 83 223
Hex DC 53 DF

RGB Percentages of Color #dc53df

%41.83
%15.78
%42.40

CMYK Percentages of Color #dc53df

%1
%63
%0
%13

Triadic Colors of #dc53df

#dc53df #dfdc53 #53dfdc

Analogous Colors of #dc53df

#dc53df #df539c #9653df

Monochromatic Colors of #dc53df

#dc53df

Complementary Color

#dc53df #56df53

#dc53df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc53df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc53df Color CSS Codes

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

#dc53df Text Font Color

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

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


#dc53df Background Color

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

This div background color is #dc53df


#dc53df Border Color

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

This div border color is #dc53df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc53df


Comments

No comments written yet.

Please login to write comment.