Color Hex Logo

#dc46cd Color Hex

#DC46CD
(220,70,205)
0 Favorites   0 Comments

Color spaces of #dc46cd

RGB 22070205
HSL0.850.680.57
HSV306°68°86°
CMYK 0.000.680.07   0.14
XYZ42.724824.003760.1389
Yxy24.00370.33680.1892
Hunter Lab48.993669.9220-38.4821
CIE-Lab56.091572.2770-39.7992

#dc46cd color RGB value is (220,70,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000110 11001101
Octal 334 106 315
Decimal 220 70 205
Hex DC 46 CD

RGB Percentages of Color #dc46cd

%44.44
%14.14
%41.41

CMYK Percentages of Color #dc46cd

%0
%68
%7
%14

Triadic Colors of #dc46cd

#dc46cd #cddc46 #46cddc

Analogous Colors of #dc46cd

#dc46cd #dc4682 #a046dc

Monochromatic Colors of #dc46cd

#dc46cd

Complementary Color

#dc46cd #46dc55

#dc46cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc46cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc46cd Color CSS Codes

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

#dc46cd Text Font Color

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

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


#dc46cd Background Color

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

This div background color is #dc46cd


#dc46cd Border Color

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

This div border color is #dc46cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc46cd


Comments

No comments written yet.

Please login to write comment.