Color Hex Logo

#dc5cda Color Hex

#DC5CDA
(220,92,218)
0 Favorites   0 Comments

Color spaces of #dc5cda

RGB 22092218
HSL0.840.650.61
HSV301°58°86°
CMYK 0.000.580.01   0.14
XYZ45.997227.931969.2967
Yxy27.93190.32120.1950
Hunter Lab52.850662.8643-40.7444
CIE-Lab59.827265.7142-41.2975

#dc5cda color RGB value is (220,92,218).

#dc5cda hex color red value is 220, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dc5cda hue: 0.84 , saturation: 0.65 and the lightness value of dc5cda is 0.61.

The process color (four color CMYK) of #dc5cda color hex is 0.00, 0.58, 0.01, 0.14. Web safe color of #dc5cda is #cc66cc. Color #dc5cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 11011010
Octal 334 134 332
Decimal 220 92 218
Hex DC 5C DA

RGB Percentages of Color #dc5cda

%41.51
%17.36
%41.13

CMYK Percentages of Color #dc5cda

%0
%58
%1
%14

Triadic Colors of #dc5cda

#dc5cda #dadc5c #5cdadc

Analogous Colors of #dc5cda

#dc5cda #dc5c9a #9e5cdc

Monochromatic Colors of #dc5cda

#dc5cda

Complementary Color

#dc5cda #5cdc5e

#dc5cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cda Color CSS Codes

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

#dc5cda Text Font Color

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

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


#dc5cda Background Color

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

This div background color is #dc5cda


#dc5cda Border Color

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

This div border color is #dc5cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cda


Comments

No comments written yet.

Please login to write comment.