Color Hex Logo

#c351ce Color Hex

#C351CE
(195,81,206)
0 Favorites   0 Comments

Color spaces of #c351ce

RGB 19581206
HSL0.820.560.56
HSV295°61°81°
CMYK 0.050.610.00   0.19
XYZ36.588721.943260.6995
Yxy21.94320.30690.1840
Hunter Lab46.843657.4470-44.0370
CIE-Lab53.966762.1442-43.9710

#c351ce color RGB value is (195,81,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 11001110
Octal 303 121 316
Decimal 195 81 206
Hex C3 51 CE

RGB Percentages of Color #c351ce

%40.46
%16.80
%42.74

CMYK Percentages of Color #c351ce

%5
%61
%0
%19

Triadic Colors of #c351ce

#c351ce #cec351 #51cec3

Analogous Colors of #c351ce

#c351ce #ce519b #8551ce

Monochromatic Colors of #c351ce

#c351ce

Complementary Color

#c351ce #5cce51

#c351ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c351ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c351ce Color CSS Codes

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

#c351ce Text Font Color

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

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


#c351ce Background Color

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

This div background color is #c351ce


#c351ce Border Color

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

This div border color is #c351ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c351ce


Comments

No comments written yet.

Please login to write comment.