Color Hex Logo

#c355ec Color Hex

#C355EC
(195,85,236)
0 Favorites   0 Comments

Color spaces of #c355ec

RGB 19585236
HSL0.790.800.63
HSV284°64°93°
CMYK 0.170.640.00   0.07
XYZ40.894524.155281.8639
Yxy24.15520.27840.1644
Hunter Lab49.147962.5155-64.3536
CIE-Lab56.242866.0753-57.3049

#c355ec color RGB value is (195,85,236).

#c355ec hex color red value is 195, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c355ec hue: 0.79 , saturation: 0.80 and the lightness value of c355ec is 0.63.

The process color (four color CMYK) of #c355ec color hex is 0.17, 0.64, 0.00, 0.07. Web safe color of #c355ec is #cc66ff. Color #c355ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 11101100
Octal 303 125 354
Decimal 195 85 236
Hex C3 55 EC

RGB Percentages of Color #c355ec

%37.79
%16.47
%45.74

CMYK Percentages of Color #c355ec

%17
%64
%0
%7

Triadic Colors of #c355ec

#c355ec #ecc355 #55ecc3

Analogous Colors of #c355ec

#c355ec #ec55ca #7855ec

Monochromatic Colors of #c355ec

#c355ec

Complementary Color

#c355ec #7eec55

#c355ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355ec Color CSS Codes

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

#c355ec Text Font Color

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

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


#c355ec Background Color

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

This div background color is #c355ec


#c355ec Border Color

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

This div border color is #c355ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355ec


Comments

No comments written yet.

Please login to write comment.