Color Hex Logo

#c355be Color Hex

#C355BE
(195,85,190)
0 Favorites   0 Comments

Color spaces of #c355be

RGB 19585190
HSL0.840.480.55
HSV303°56°76°
CMYK 0.000.560.03   0.24
XYZ35.048421.816851.0790
Yxy21.81680.32470.2021
Hunter Lab46.708552.2004-32.1419
CIE-Lab53.832157.5471-35.0022

#c355be color RGB value is (195,85,190).

#c355be hex color red value is 195, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c355be hue: 0.84 , saturation: 0.48 and the lightness value of c355be is 0.55.

The process color (four color CMYK) of #c355be color hex is 0.00, 0.56, 0.03, 0.24. Web safe color of #c355be is #cc66cc. Color #c355be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 10111110
Octal 303 125 276
Decimal 195 85 190
Hex C3 55 BE

RGB Percentages of Color #c355be

%41.49
%18.09
%40.43

CMYK Percentages of Color #c355be

%0
%56
%3
%24

Triadic Colors of #c355be

#c355be #bec355 #55bec3

Analogous Colors of #c355be

#c355be #c35587 #9155c3

Monochromatic Colors of #c355be

#c355be

Complementary Color

#c355be #55c35a

#c355be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c355be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c355be Color CSS Codes

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

#c355be Text Font Color

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

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


#c355be Background Color

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

This div background color is #c355be


#c355be Border Color

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

This div border color is #c355be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c355be


Comments

No comments written yet.

Please login to write comment.