Color Hex Logo

#c351cb Color Hex

#C351CB
(195,81,203)
0 Favorites   0 Comments

Color spaces of #c351cb

RGB 19581203
HSL0.820.540.56
HSV296°60°80°
CMYK 0.040.600.00   0.20
XYZ36.227621.798858.7981
Yxy21.79880.31010.1866
Hunter Lab46.689256.7977-41.9845
CIE-Lab53.812961.6067-42.4992

#c351cb color RGB value is (195,81,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 11001011
Octal 303 121 313
Decimal 195 81 203
Hex C3 51 CB

RGB Percentages of Color #c351cb

%40.71
%16.91
%42.38

CMYK Percentages of Color #c351cb

%4
%60
%0
%20

Triadic Colors of #c351cb

#c351cb #cbc351 #51cbc3

Analogous Colors of #c351cb

#c351cb #cb5196 #8651cb

Monochromatic Colors of #c351cb

#c351cb

Complementary Color

#c351cb #59cb51

#c351cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c351cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c351cb Color CSS Codes

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

#c351cb Text Font Color

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

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


#c351cb Background Color

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

This div background color is #c351cb


#c351cb Border Color

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

This div border color is #c351cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c351cb


Comments

No comments written yet.

Please login to write comment.