color codes Logo

#c356cc color codes

#C356CC
(195,86,204)
0 Favorites   0 Comments

Color spaces of #c356cc

RGB 19586204
HSL0.820.540.57
HSV295°58°80°
CMYK 0.040.580.00   0.20
XYZ36.732522.617359.5563
Yxy22.61730.30890.1902
Hunter Lab47.557654.6437-40.9583
CIE-Lab54.675959.5630-41.7082

#c356cc color RGB value is (195,86,204).

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

The process color (four color CMYK) of #c356cc color code is 0.04, 0.58, 0.00, 0.20. Web safe color of #c356cc is #cc66cc. Color #c356cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010110 11001100
Octal 303 126 314
Decimal 195 86 204
Hex C3 56 CC

RGB Percentages of Color #c356cc

%40.21
%17.73
%42.06

CMYK Percentages of Color #c356cc

%4
%58
%0
%20

Triadic Colors of #c356cc

#c356cc #ccc356 #56ccc3

Analogous Colors of #c356cc

#c356cc #cc569a #8856cc

Monochromatic Colors of #c356cc

#c356cc

Complementary Color

#c356cc #5fcc56

#c356cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c356cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c356cc Color CSS Codes

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

#c356cc Text Font Color

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

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


#c356cc Background Color

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

This div background color is #c356cc


#c356cc Border Color

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

This div border color is #c356cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c356cc


Comments

No comments written yet.

Please login to write comment.