Color Hex Logo

#c350cd Color Hex

#C350CD
(195,80,205)
0 Favorites   0 Comments

Color spaces of #c350cd

RGB 19580205
HSL0.820.560.56
HSV295°61°80°
CMYK 0.050.610.00   0.20
XYZ36.393821.747260.0371
Yxy21.74720.30800.1840
Hunter Lab46.633957.6948-43.6870
CIE-Lab53.757762.3978-43.7303

#c350cd color RGB value is (195,80,205).

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

The process color (four color CMYK) of #c350cd color hex is 0.05, 0.61, 0.00, 0.20. Web safe color of #c350cd is #cc66cc. Color #c350cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 11001101
Octal 303 120 315
Decimal 195 80 205
Hex C3 50 CD

RGB Percentages of Color #c350cd

%40.63
%16.67
%42.71

CMYK Percentages of Color #c350cd

%5
%61
%0
%20

Triadic Colors of #c350cd

#c350cd #cdc350 #50cdc3

Analogous Colors of #c350cd

#c350cd #cd5099 #8550cd

Monochromatic Colors of #c350cd

#c350cd

Complementary Color

#c350cd #5acd50

#c350cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c350cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c350cd Color CSS Codes

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

#c350cd Text Font Color

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

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


#c350cd Background Color

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

This div background color is #c350cd


#c350cd Border Color

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

This div border color is #c350cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,80,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c350cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c350cd


Comments

No comments written yet.

Please login to write comment.