Color Hex Logo

#dc5abf Color Hex

#DC5ABF
(220,90,191)
0 Favorites   0 Comments

Color spaces of #dc5abf

RGB 22090191
HSL0.870.650.61
HSV313°59°86°
CMYK 0.000.590.13   0.14
XYZ42.575326.289652.1206
Yxy26.28960.35190.2173
Hunter Lab51.273458.4906-24.3783
CIE-Lab58.310962.2633-28.3292

#dc5abf color RGB value is (220,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 10111111
Octal 334 132 277
Decimal 220 90 191
Hex DC 5A BF

RGB Percentages of Color #dc5abf

%43.91
%17.96
%38.12

CMYK Percentages of Color #dc5abf

%0
%59
%13
%14

Triadic Colors of #dc5abf

#dc5abf #bfdc5a #5abfdc

Analogous Colors of #dc5abf

#dc5abf #dc5a7e #b85adc

Monochromatic Colors of #dc5abf

#dc5abf

Complementary Color

#dc5abf #5adc77

#dc5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5abf Color CSS Codes

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

#dc5abf Text Font Color

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

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


#dc5abf Background Color

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

This div background color is #dc5abf


#dc5abf Border Color

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

This div border color is #dc5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5abf


Comments

No comments written yet.

Please login to write comment.