color codes Logo

#dc17a7 color codes

#DC17A7
(220,23,167)
0 Favorites   0 Comments

Color spaces of #dc17a7

RGB 22023167
HSL0.880.810.48
HSV316°90°86°
CMYK 0.000.900.24   0.14
XYZ36.796618.618538.2135
Yxy18.61850.39300.1989
Hunter Lab43.149276.7096-22.3036
CIE-Lab50.237878.9044-26.8714

#dc17a7 color RGB value is (220,23,167).

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

The process color (four color CMYK) of #dc17a7 color code is 0.00, 0.90, 0.24, 0.14. Web safe color of #dc17a7 is #cc0099. Color #dc17a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010111 10100111
Octal 334 27 247
Decimal 220 23 167
Hex DC 17 A7

RGB Percentages of Color #dc17a7

%53.66
%5.61
%40.73

CMYK Percentages of Color #dc17a7

%0
%90
%24
%14

Triadic Colors of #dc17a7

#dc17a7 #a7dc17 #17a7dc

Analogous Colors of #dc17a7

#dc17a7 #dc1745 #af17dc

Monochromatic Colors of #dc17a7

#dc17a7

Complementary Color

#dc17a7 #17dc4c

#dc17a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc17a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc17a7 Color CSS Codes

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

#dc17a7 Text Font Color

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

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


#dc17a7 Background Color

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

This div background color is #dc17a7


#dc17a7 Border Color

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

This div border color is #dc17a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc17a7


Comments

No comments written yet.

Please login to write comment.