Color Hex Logo

#c357ff Color Hex

#C357FF
(195,87,255)
0 Favorites   0 Comments

Color spaces of #c357ff

RGB 19587255
HSL0.771.000.67
HSV279°66°100°
CMYK 0.240.660.00   0.00
XYZ43.963925.638597.2393
Yxy25.63850.26350.1537
Hunter Lab50.634566.3741-78.4174
CIE-Lab57.692369.0445-65.5447

#c357ff color RGB value is (195,87,255).

#c357ff hex color red value is 195, green value is 87 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c357ff hue: 0.77 , saturation: 1.00 and the lightness value of c357ff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010111 11111111
Octal 303 127 377
Decimal 195 87 255
Hex C3 57 FF

RGB Percentages of Color #c357ff

%36.31
%16.20
%47.49

CMYK Percentages of Color #c357ff

%24
%66
%0
%0

Triadic Colors of #c357ff

#c357ff #ffc357 #57ffc3

Analogous Colors of #c357ff

#c357ff #ff57e7 #6f57ff

Monochromatic Colors of #c357ff

#c357ff

Complementary Color

#c357ff #93ff57

#c357ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c357ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c357ff Color CSS Codes

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

#c357ff Text Font Color

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

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


#c357ff Background Color

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

This div background color is #c357ff


#c357ff Border Color

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

This div border color is #c357ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c357ff

Related Colors


Comments

No comments written yet.

Please login to write comment.