Color Hex Logo

#c156cc Color Hex

#C156CC
(193,86,204)
0 Favorites   0 Comments

Color spaces of #c156cc

RGB 19386204
HSL0.820.540.57
HSV294°58°80°
CMYK 0.050.580.00   0.20
XYZ36.219222.352759.5323
Yxy22.35270.30670.1893
Hunter Lab47.278654.0076-41.5617
CIE-Lab54.399259.0512-42.1633

#c156cc color RGB value is (193,86,204).

#c156cc hex color red value is 193, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c156cc hue: 0.82 , saturation: 0.54 and the lightness value of c156cc is 0.57.

The process color (four color CMYK) of #c156cc color hex is 0.05, 0.58, 0.00, 0.20. Web safe color of #c156cc is #cc66cc. Color #c156cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010110 11001100
Octal 301 126 314
Decimal 193 86 204
Hex C1 56 CC

RGB Percentages of Color #c156cc

%39.96
%17.81
%42.24

CMYK Percentages of Color #c156cc

%5
%58
%0
%20

Triadic Colors of #c156cc

#c156cc #ccc156 #56ccc1

Analogous Colors of #c156cc

#c156cc #cc569c #8656cc

Monochromatic Colors of #c156cc

#c156cc

Complementary Color

#c156cc #61cc56

#c156cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c156cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c156cc Color CSS Codes

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

#c156cc Text Font Color

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

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


#c156cc Background Color

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

This div background color is #c156cc


#c156cc Border Color

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

This div border color is #c156cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c156cc


Comments

No comments written yet.

Please login to write comment.