Color Hex Logo

#c354cc Color Hex

#C354CC
(195,84,204)
0 Favorites   0 Comments

Color spaces of #c354cc

RGB 19584204
HSL0.820.540.56
HSV296°59°80°
CMYK 0.040.590.00   0.20
XYZ36.575122.302459.5038
Yxy22.30240.30900.1884
Hunter Lab47.225455.6000-41.6473
CIE-Lab54.346460.4625-42.2283

#c354cc color RGB value is (195,84,204).

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

The process color (four color CMYK) of #c354cc color hex is 0.04, 0.59, 0.00, 0.20. Web safe color of #c354cc is #cc66cc. Color #c354cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 11001100
Octal 303 124 314
Decimal 195 84 204
Hex C3 54 CC

RGB Percentages of Color #c354cc

%40.37
%17.39
%42.24

CMYK Percentages of Color #c354cc

%4
%59
%0
%20

Triadic Colors of #c354cc

#c354cc #ccc354 #54ccc3

Analogous Colors of #c354cc

#c354cc #cc5499 #8754cc

Monochromatic Colors of #c354cc

#c354cc

Complementary Color

#c354cc #5dcc54

#c354cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c354cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c354cc Color CSS Codes

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

#c354cc Text Font Color

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

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


#c354cc Background Color

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

This div background color is #c354cc


#c354cc Border Color

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

This div border color is #c354cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c354cc


Comments

No comments written yet.

Please login to write comment.