Color Hex Logo

#c341cc Color Hex

#C341CC
(195,65,204)
0 Favorites   0 Comments

Color spaces of #c341cc

RGB 19565204
HSL0.820.580.53
HSV296°68°80°
CMYK 0.040.680.00   0.20
XYZ35.295119.742359.0771
Yxy19.74230.30930.1730
Hunter Lab44.432364.0361-47.7292
CIE-Lab51.544668.2462-46.6672

#c341cc color RGB value is (195,65,204).

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

The process color (four color CMYK) of #c341cc color hex is 0.04, 0.68, 0.00, 0.20. Web safe color of #c341cc is #cc33cc. Color #c341cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 11001100
Octal 303 101 314
Decimal 195 65 204
Hex C3 41 CC

RGB Percentages of Color #c341cc

%42.03
%14.01
%43.97

CMYK Percentages of Color #c341cc

%4
%68
%0
%20

Triadic Colors of #c341cc

#c341cc #ccc341 #41ccc3

Analogous Colors of #c341cc

#c341cc #cc4190 #7e41cc

Monochromatic Colors of #c341cc

#c341cc

Complementary Color

#c341cc #4acc41

#c341cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c341cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c341cc Color CSS Codes

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

#c341cc Text Font Color

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

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


#c341cc Background Color

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

This div background color is #c341cc


#c341cc Border Color

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

This div border color is #c341cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c341cc


Comments

No comments written yet.

Please login to write comment.