Color Hex Logo

#c351eb Color Hex

#C351EB
(195,81,235)
0 Favorites   0 Comments

Color spaces of #c351eb

RGB 19581235
HSL0.790.790.62
HSV284°66°92°
CMYK 0.170.660.00   0.08
XYZ40.443523.485180.9987
Yxy23.48510.27910.1620
Hunter Lab48.461464.1597-65.1746
CIE-Lab55.568567.5891-57.8245

#c351eb color RGB value is (195,81,235).

#c351eb hex color red value is 195, green value is 81 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c351eb hue: 0.79 , saturation: 0.79 and the lightness value of c351eb is 0.62.

The process color (four color CMYK) of #c351eb color hex is 0.17, 0.66, 0.00, 0.08. Web safe color of #c351eb is #cc66ff. Color #c351eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 11101011
Octal 303 121 353
Decimal 195 81 235
Hex C3 51 EB

RGB Percentages of Color #c351eb

%38.16
%15.85
%45.99

CMYK Percentages of Color #c351eb

%17
%66
%0
%8

Triadic Colors of #c351eb

#c351eb #ebc351 #51ebc3

Analogous Colors of #c351eb

#c351eb #eb51c6 #7651eb

Monochromatic Colors of #c351eb

#c351eb

Complementary Color

#c351eb #79eb51

#c351eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c351eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c351eb Color CSS Codes

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

#c351eb Text Font Color

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

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


#c351eb Background Color

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

This div background color is #c351eb


#c351eb Border Color

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

This div border color is #c351eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c351eb


Comments

No comments written yet.

Please login to write comment.