Color Hex Logo

#dc53cd Color Hex

#DC53CD
(220,83,205)
0 Favorites   0 Comments

Color spaces of #dc53cd

RGB 22083205
HSL0.850.660.59
HSV307°62°86°
CMYK 0.000.620.07   0.14
XYZ43.627925.809960.4400
Yxy25.80990.33590.1987
Hunter Lab50.803464.3824-34.9739
CIE-Lab57.856267.3506-37.0301

#dc53cd color RGB value is (220,83,205).

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

The process color (four color CMYK) of #dc53cd color hex is 0.00, 0.62, 0.07, 0.14. Web safe color of #dc53cd is #cc66cc. Color #dc53cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010011 11001101
Octal 334 123 315
Decimal 220 83 205
Hex DC 53 CD

RGB Percentages of Color #dc53cd

%43.31
%16.34
%40.35

CMYK Percentages of Color #dc53cd

%0
%62
%7
%14

Triadic Colors of #dc53cd

#dc53cd #cddc53 #53cddc

Analogous Colors of #dc53cd

#dc53cd #dc5389 #a753dc

Monochromatic Colors of #dc53cd

#dc53cd

Complementary Color

#dc53cd #53dc62

#dc53cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc53cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc53cd Color CSS Codes

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

#dc53cd Text Font Color

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

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


#dc53cd Background Color

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

This div background color is #dc53cd


#dc53cd Border Color

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

This div border color is #dc53cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc53cd


Comments

No comments written yet.

Please login to write comment.