Color Hex Logo

#dc17cd Color Hex

#DC17CD
(220,23,205)
0 Favorites   0 Comments

Color spaces of #dc17cd

RGB 22023205
HSL0.850.810.48
HSV305°90°86°
CMYK 0.000.900.07   0.14
XYZ40.841020.236259.5110
Yxy20.23620.33870.1678
Hunter Lab44.984783.3347-46.9465
CIE-Lab52.103283.7538-46.1025

#dc17cd color RGB value is (220,23,205).

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

The process color (four color CMYK) of #dc17cd color hex is 0.00, 0.90, 0.07, 0.14. Web safe color of #dc17cd is #cc00cc. Color #dc17cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010111 11001101
Octal 334 27 315
Decimal 220 23 205
Hex DC 17 CD

RGB Percentages of Color #dc17cd

%49.11
%5.13
%45.76

CMYK Percentages of Color #dc17cd

%0
%90
%7
%14

Triadic Colors of #dc17cd

#dc17cd #cddc17 #17cddc

Analogous Colors of #dc17cd

#dc17cd #dc176b #8917dc

Monochromatic Colors of #dc17cd

#dc17cd

Complementary Color

#dc17cd #17dc26

#dc17cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc17cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc17cd Color CSS Codes

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

#dc17cd Text Font Color

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

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


#dc17cd Background Color

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

This div background color is #dc17cd


#dc17cd Border Color

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

This div border color is #dc17cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,23,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 #dc17cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc17cd


Comments

No comments written yet.

Please login to write comment.