Color Hex Logo

#c358cc Color Hex

#C358CC
(195,88,204)
0 Favorites   0 Comments

Color spaces of #c358cc

RGB 19588204
HSL0.820.530.57
HSV295°57°80°
CMYK 0.040.570.00   0.20
XYZ36.894522.941259.6103
Yxy22.94120.30890.1921
Hunter Lab47.897053.6768-40.2616
CIE-Lab55.011758.6503-41.1787

#c358cc color RGB value is (195,88,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 11001100
Octal 303 130 314
Decimal 195 88 204
Hex C3 58 CC

RGB Percentages of Color #c358cc

%40.04
%18.07
%41.89

CMYK Percentages of Color #c358cc

%4
%57
%0
%20

Triadic Colors of #c358cc

#c358cc #ccc358 #58ccc3

Analogous Colors of #c358cc

#c358cc #cc589b #8958cc

Monochromatic Colors of #c358cc

#c358cc

Complementary Color

#c358cc #61cc58

#c358cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c358cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c358cc Color CSS Codes

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

#c358cc Text Font Color

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

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


#c358cc Background Color

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

This div background color is #c358cc


#c358cc Border Color

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

This div border color is #c358cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c358cc


Comments

No comments written yet.

Please login to write comment.