Color Hex Logo

#dc46d1 Color Hex

#DC46D1
(220,70,209)
0 Favorites   0 Comments

Color spaces of #dc46d1

RGB 22070209
HSL0.850.680.57
HSV304°68°86°
CMYK 0.000.680.05   0.14
XYZ43.214024.199462.7149
Yxy24.19940.33210.1860
Hunter Lab49.192970.7176-41.1525
CIE-Lab56.286972.8912-41.7726

#dc46d1 color RGB value is (220,70,209).

#dc46d1 hex color red value is 220, green value is 70 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dc46d1 hue: 0.85 , saturation: 0.68 and the lightness value of dc46d1 is 0.57.

The process color (four color CMYK) of #dc46d1 color hex is 0.00, 0.68, 0.05, 0.14. Web safe color of #dc46d1 is #cc33cc. Color #dc46d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 11010001
Octal 334 106 321
Decimal 220 70 209
Hex DC 46 D1

RGB Percentages of Color #dc46d1

%44.09
%14.03
%41.88

CMYK Percentages of Color #dc46d1

%0
%68
%5
%14

Triadic Colors of #dc46d1

#dc46d1 #d1dc46 #46d1dc

Analogous Colors of #dc46d1

#dc46d1 #dc4686 #9c46dc

Monochromatic Colors of #dc46d1

#dc46d1

Complementary Color

#dc46d1 #46dc51

#dc46d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc46d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc46d1 Color CSS Codes

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

#dc46d1 Text Font Color

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

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


#dc46d1 Background Color

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

This div background color is #dc46d1


#dc46d1 Border Color

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

This div border color is #dc46d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc46d1


Comments

No comments written yet.

Please login to write comment.