Color Hex Logo

#dc5abd Color Hex

#DC5ABD
(220,90,189)
0 Favorites   0 Comments

Color spaces of #dc5abd

RGB 22090189
HSL0.870.650.61
HSV314°59°86°
CMYK 0.000.590.14   0.14
XYZ42.356726.202150.9692
Yxy26.20210.35440.2192
Hunter Lab51.188058.1250-23.2050
CIE-Lab58.228461.9632-27.3109

#dc5abd color RGB value is (220,90,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 10111101
Octal 334 132 275
Decimal 220 90 189
Hex DC 5A BD

RGB Percentages of Color #dc5abd

%44.09
%18.04
%37.88

CMYK Percentages of Color #dc5abd

%0
%59
%14
%14

Triadic Colors of #dc5abd

#dc5abd #bddc5a #5abddc

Analogous Colors of #dc5abd

#dc5abd #dc5a7c #ba5adc

Monochromatic Colors of #dc5abd

#dc5abd

Complementary Color

#dc5abd #5adc79

#dc5abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5abd Color CSS Codes

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

#dc5abd Text Font Color

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

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


#dc5abd Background Color

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

This div background color is #dc5abd


#dc5abd Border Color

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

This div border color is #dc5abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5abd


Comments

No comments written yet.

Please login to write comment.