Color Hex Logo

#dc5acf Color Hex

#DC5ACF
(220,90,207)
0 Favorites   0 Comments

Color spaces of #dc5acf

RGB 22090207
HSL0.850.650.61
HSV306°59°86°
CMYK 0.000.590.06   0.14
XYZ44.433827.033061.9074
Yxy27.03300.33320.2027
Hunter Lab51.993361.5591-34.2002
CIE-Lab59.004964.7597-36.3692

#dc5acf color RGB value is (220,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 11001111
Octal 334 132 317
Decimal 220 90 207
Hex DC 5A CF

RGB Percentages of Color #dc5acf

%42.55
%17.41
%40.04

CMYK Percentages of Color #dc5acf

%0
%59
%6
%14

Triadic Colors of #dc5acf

#dc5acf #cfdc5a #5acfdc

Analogous Colors of #dc5acf

#dc5acf #dc5a8e #a85adc

Monochromatic Colors of #dc5acf

#dc5acf

Complementary Color

#dc5acf #5adc67

#dc5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5acf Color CSS Codes

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

#dc5acf Text Font Color

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

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


#dc5acf Background Color

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

This div background color is #dc5acf


#dc5acf Border Color

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

This div border color is #dc5acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5acf


Comments

No comments written yet.

Please login to write comment.