Color Hex Logo

#c017cc Color Hex

#C017CC
(192,23,204)
0 Favorites   0 Comments

Color spaces of #c017cc

RGB 19223204
HSL0.820.800.45
HSV296°89°80°
CMYK 0.060.890.00   0.20
XYZ32.943716.178958.5133
Yxy16.17890.30610.1503
Hunter Lab40.223075.8059-58.0944
CIE-Lab47.208378.7720-53.6230

#c017cc color RGB value is (192,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010111 11001100
Octal 300 27 314
Decimal 192 23 204
Hex C0 17 CC

RGB Percentages of Color #c017cc

%45.82
%5.49
%48.69

CMYK Percentages of Color #c017cc

%6
%89
%0
%20

Triadic Colors of #c017cc

#c017cc #ccc017 #17ccc0

Analogous Colors of #c017cc

#c017cc #cc177e #6617cc

Monochromatic Colors of #c017cc

#c017cc

Complementary Color

#c017cc #23cc17

#c017cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c017cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c017cc Color CSS Codes

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

#c017cc Text Font Color

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

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


#c017cc Background Color

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

This div background color is #c017cc


#c017cc Border Color

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

This div border color is #c017cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c017cc


Comments

No comments written yet.

Please login to write comment.