Color Hex Logo

#dc61af Color Hex

#DC61AF
(220,97,175)
0 Favorites   0 Comments

Color spaces of #dc61af

RGB 22097175
HSL0.890.640.62
HSV322°56°86°
CMYK 0.000.560.20   0.14
XYZ41.527826.860243.5532
Yxy26.86020.37100.2399
Hunter Lab51.826852.3315-13.5462
CIE-Lab58.844756.7989-18.3187

#dc61af color RGB value is (220,97,175).

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

The process color (four color CMYK) of #dc61af color hex is 0.00, 0.56, 0.20, 0.14. Web safe color of #dc61af is #cc6699. Color #dc61af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100001 10101111
Octal 334 141 257
Decimal 220 97 175
Hex DC 61 AF

RGB Percentages of Color #dc61af

%44.72
%19.72
%35.57

CMYK Percentages of Color #dc61af

%0
%56
%20
%14

Triadic Colors of #dc61af

#dc61af #afdc61 #61afdc

Analogous Colors of #dc61af

#dc61af #dc6172 #cc61dc

Monochromatic Colors of #dc61af

#dc61af

Complementary Color

#dc61af #61dc8e

#dc61af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc61af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc61af Color CSS Codes

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

#dc61af Text Font Color

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

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


#dc61af Background Color

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

This div background color is #dc61af


#dc61af Border Color

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

This div border color is #dc61af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc61af


Comments

No comments written yet.

Please login to write comment.