Color Hex Logo

#dc17c7 Color Hex

#DC17C7
(220,23,199)
0 Favorites   0 Comments

Color spaces of #dc17c7

RGB 22023199
HSL0.850.810.48
HSV306°90°86°
CMYK 0.000.900.10   0.14
XYZ40.130419.952055.7688
Yxy19.95200.34640.1722
Hunter Lab44.667782.1999-42.7578
CIE-Lab51.782982.9335-43.1527

#dc17c7 color RGB value is (220,23,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010111 11000111
Octal 334 27 307
Decimal 220 23 199
Hex DC 17 C7

RGB Percentages of Color #dc17c7

%49.77
%5.20
%45.02

CMYK Percentages of Color #dc17c7

%0
%90
%10
%14

Triadic Colors of #dc17c7

#dc17c7 #c7dc17 #17c7dc

Analogous Colors of #dc17c7

#dc17c7 #dc1765 #8f17dc

Monochromatic Colors of #dc17c7

#dc17c7

Complementary Color

#dc17c7 #17dc2c

#dc17c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc17c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc17c7 Color CSS Codes

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

#dc17c7 Text Font Color

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

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


#dc17c7 Background Color

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

This div background color is #dc17c7


#dc17c7 Border Color

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

This div border color is #dc17c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc17c7


Comments

No comments written yet.

Please login to write comment.