Color Hex Logo

#c327cc Color Hex

#C327CC
(195,39,204)
0 Favorites   0 Comments

Color spaces of #c327cc

RGB 19539204
HSL0.820.680.48
HSV297°81°80°
CMYK 0.040.810.00   0.20
XYZ34.130317.412858.6889
Yxy17.41280.30960.1580
Hunter Lab41.728672.9719-54.1779
CIE-Lab48.776076.1820-51.0826

#c327cc color RGB value is (195,39,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 11001100
Octal 303 47 314
Decimal 195 39 204
Hex C3 27 CC

RGB Percentages of Color #c327cc

%44.52
%8.90
%46.58

CMYK Percentages of Color #c327cc

%4
%81
%0
%20

Triadic Colors of #c327cc

#c327cc #ccc327 #27ccc3

Analogous Colors of #c327cc

#c327cc #cc2783 #7127cc

Monochromatic Colors of #c327cc

#c327cc

Complementary Color

#c327cc #30cc27

#c327cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327cc Color CSS Codes

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

#c327cc Text Font Color

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

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


#c327cc Background Color

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

This div background color is #c327cc


#c327cc Border Color

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

This div border color is #c327cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327cc


Comments

No comments written yet.

Please login to write comment.