Color Hex Logo

#c517cc Color Hex

#C517CC
(197,23,204)
0 Favorites   0 Comments

Color spaces of #c517cc

RGB 19723204
HSL0.830.800.45
HSV298°89°80°
CMYK 0.030.890.00   0.20
XYZ34.231416.842758.5735
Yxy16.84270.31220.1536
Hunter Lab41.039977.0673-55.8928
CIE-Lab48.061279.6135-52.2082

#c517cc color RGB value is (197,23,204).

#c517cc hex color red value is 197, green value is 23 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c517cc hue: 0.83 , saturation: 0.80 and the lightness value of c517cc is 0.45.

The process color (four color CMYK) of #c517cc color hex is 0.03, 0.89, 0.00, 0.20. Web safe color of #c517cc is #cc00cc. Color #c517cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010111 11001100
Octal 305 27 314
Decimal 197 23 204
Hex C5 17 CC

RGB Percentages of Color #c517cc

%46.46
%5.42
%48.11

CMYK Percentages of Color #c517cc

%3
%89
%0
%20

Triadic Colors of #c517cc

#c517cc #ccc517 #17ccc5

Analogous Colors of #c517cc

#c517cc #cc1779 #6b17cc

Monochromatic Colors of #c517cc

#c517cc

Complementary Color

#c517cc #1ecc17

#c517cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c517cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c517cc Color CSS Codes

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

#c517cc Text Font Color

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

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


#c517cc Background Color

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

This div background color is #c517cc


#c517cc Border Color

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

This div border color is #c517cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c517cc


Comments

No comments written yet.

Please login to write comment.