Color Hex Logo

#c351cf Color Hex

#C351CF
(195,81,207)
0 Favorites   0 Comments

Color spaces of #c351cf

RGB 19581207
HSL0.820.570.56
HSV294°61°81°
CMYK 0.060.610.00   0.19
XYZ36.710621.992061.3415
Yxy21.99200.30580.1832
Hunter Lab46.895657.6651-44.7269
CIE-Lab54.018562.3243-44.4599

#c351cf color RGB value is (195,81,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 11001111
Octal 303 121 317
Decimal 195 81 207
Hex C3 51 CF

RGB Percentages of Color #c351cf

%40.37
%16.77
%42.86

CMYK Percentages of Color #c351cf

%6
%61
%0
%19

Triadic Colors of #c351cf

#c351cf #cfc351 #51cfc3

Analogous Colors of #c351cf

#c351cf #cf519c #8451cf

Monochromatic Colors of #c351cf

#c351cf

Complementary Color

#c351cf #5dcf51

#c351cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c351cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c351cf Color CSS Codes

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

#c351cf Text Font Color

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

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


#c351cf Background Color

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

This div background color is #c351cf


#c351cf Border Color

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

This div border color is #c351cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c351cf


Comments

No comments written yet.

Please login to write comment.