Color Hex Logo

#c349cc Color Hex

#C349CC
(195,73,204)
0 Favorites   0 Comments

Color spaces of #c349cc

RGB 19573204
HSL0.820.560.54
HSV296°64°80°
CMYK 0.040.640.00   0.20
XYZ35.787320.726859.2412
Yxy20.72680.30920.1791
Hunter Lab45.526760.6423-45.2819
CIE-Lab52.649265.1479-44.9137

#c349cc color RGB value is (195,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001001 11001100
Octal 303 111 314
Decimal 195 73 204
Hex C3 49 CC

RGB Percentages of Color #c349cc

%41.31
%15.47
%43.22

CMYK Percentages of Color #c349cc

%4
%64
%0
%20

Triadic Colors of #c349cc

#c349cc #ccc349 #49ccc3

Analogous Colors of #c349cc

#c349cc #cc4994 #8249cc

Monochromatic Colors of #c349cc

#c349cc

Complementary Color

#c349cc #52cc49

#c349cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c349cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c349cc Color CSS Codes

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

#c349cc Text Font Color

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

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


#c349cc Background Color

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

This div background color is #c349cc


#c349cc Border Color

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

This div border color is #c349cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c349cc


Comments

No comments written yet.

Please login to write comment.