Color Hex Logo

#dc5ed5 Color Hex

#DC5ED5
(220,94,213)
0 Favorites   0 Comments

Color spaces of #dc5ed5

RGB 22094213
HSL0.840.640.62
HSV303°57°86°
CMYK 0.000.570.03   0.14
XYZ45.528128.025165.9606
Yxy28.02510.32630.2009
Hunter Lab52.938760.8699-36.8170
CIE-Lab59.911464.0120-38.3460

#dc5ed5 color RGB value is (220,94,213).

#dc5ed5 hex color red value is 220, green value is 94 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dc5ed5 hue: 0.84 , saturation: 0.64 and the lightness value of dc5ed5 is 0.62.

The process color (four color CMYK) of #dc5ed5 color hex is 0.00, 0.57, 0.03, 0.14. Web safe color of #dc5ed5 is #cc66cc. Color #dc5ed5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011110 11010101
Octal 334 136 325
Decimal 220 94 213
Hex DC 5E D5

RGB Percentages of Color #dc5ed5

%41.75
%17.84
%40.42

CMYK Percentages of Color #dc5ed5

%0
%57
%3
%14

Triadic Colors of #dc5ed5

#dc5ed5 #d5dc5e #5ed5dc

Analogous Colors of #dc5ed5

#dc5ed5 #dc5e96 #a45edc

Monochromatic Colors of #dc5ed5

#dc5ed5

Complementary Color

#dc5ed5 #5edc65

#dc5ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5ed5 Color CSS Codes

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

#dc5ed5 Text Font Color

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

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


#dc5ed5 Background Color

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

This div background color is #dc5ed5


#dc5ed5 Border Color

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

This div border color is #dc5ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5ed5


Comments

No comments written yet.

Please login to write comment.