Color Hex Logo

#dc6da1 Color Hex

#DC6DA1
(220,109,161)
0 Favorites   0 Comments

Color spaces of #dc6da1

RGB 220109161
HSL0.920.610.65
HSV332°50°86°
CMYK 0.000.500.27   0.14
XYZ41.416928.726137.0800
Yxy28.72610.38630.2679
Hunter Lab53.596744.1417-3.5011
CIE-Lab60.539149.1573-7.7017

#dc6da1 color RGB value is (220,109,161).

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

The process color (four color CMYK) of #dc6da1 color hex is 0.00, 0.50, 0.27, 0.14. Web safe color of #dc6da1 is #cc6699. Color #dc6da1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 10100001
Octal 334 155 241
Decimal 220 109 161
Hex DC 6D A1

RGB Percentages of Color #dc6da1

%44.90
%22.24
%32.86

CMYK Percentages of Color #dc6da1

%0
%50
%27
%14

Triadic Colors of #dc6da1

#dc6da1 #a1dc6d #6da1dc

Analogous Colors of #dc6da1

#dc6da1 #dc716d #dc6dd9

Monochromatic Colors of #dc6da1

#dc6da1

Complementary Color

#dc6da1 #6ddca8

#dc6da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6da1 Color CSS Codes

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

#dc6da1 Text Font Color

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

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


#dc6da1 Background Color

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

This div background color is #dc6da1


#dc6da1 Border Color

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

This div border color is #dc6da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6da1


Comments

No comments written yet.

Please login to write comment.