Color Hex Logo

#c350ce Color Hex

#C350CE
(195,80,206)
0 Favorites   0 Comments

Color spaces of #c350ce

RGB 19580206
HSL0.820.560.56
HSV295°61°81°
CMYK 0.050.610.00   0.19
XYZ36.514921.795760.6750
Yxy21.79570.30690.1832
Hunter Lab46.685957.9118-44.3758
CIE-Lab53.809662.5767-44.2198

#c350ce color RGB value is (195,80,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 11001110
Octal 303 120 316
Decimal 195 80 206
Hex C3 50 CE

RGB Percentages of Color #c350ce

%40.54
%16.63
%42.83

CMYK Percentages of Color #c350ce

%5
%61
%0
%19

Triadic Colors of #c350ce

#c350ce #cec350 #50cec3

Analogous Colors of #c350ce

#c350ce #ce509a #8450ce

Monochromatic Colors of #c350ce

#c350ce

Complementary Color

#c350ce #5bce50

#c350ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c350ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c350ce Color CSS Codes

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

#c350ce Text Font Color

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

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


#c350ce Background Color

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

This div background color is #c350ce


#c350ce Border Color

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

This div border color is #c350ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c350ce


Comments

No comments written yet.

Please login to write comment.