Color Hex Logo

#c355ff Color Hex

#C355FF
(195,85,255)
0 Favorites   0 Comments

Color spaces of #c355ff

RGB 19585255
HSL0.771.000.67
HSV279°67°100°
CMYK 0.240.670.00   0.00
XYZ43.804225.319197.1861
Yxy25.31910.26340.1522
Hunter Lab50.318167.3358-79.2921
CIE-Lab57.385069.9002-66.0394

#c355ff color RGB value is (195,85,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 11111111
Octal 303 125 377
Decimal 195 85 255
Hex C3 55 FF

RGB Percentages of Color #c355ff

%36.45
%15.89
%47.66

CMYK Percentages of Color #c355ff

%24
%67
%0
%0

Triadic Colors of #c355ff

#c355ff #ffc355 #55ffc3

Analogous Colors of #c355ff

#c355ff #ff55e6 #6e55ff

Monochromatic Colors of #c355ff

#c355ff

Complementary Color

#c355ff #91ff55

#c355ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355ff Color CSS Codes

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

#c355ff Text Font Color

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

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


#c355ff Background Color

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

This div background color is #c355ff


#c355ff Border Color

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

This div border color is #c355ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355ff

Related Colors


Comments

No comments written yet.

Please login to write comment.