Color Hex Logo

#c155c7 Color Hex

#C155C7
(193,85,199)
0 Favorites   0 Comments

Color spaces of #c155c7

RGB 19385199
HSL0.820.500.56
HSV297°57°78°
CMYK 0.030.570.00   0.22
XYZ35.549621.958056.3975
Yxy21.95800.31210.1928
Hunter Lab46.859453.4142-38.5568
CIE-Lab53.982458.6001-39.9595

#c155c7 color RGB value is (193,85,199).

#c155c7 hex color red value is 193, green value is 85 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c155c7 hue: 0.82 , saturation: 0.50 and the lightness value of c155c7 is 0.56.

The process color (four color CMYK) of #c155c7 color hex is 0.03, 0.57, 0.00, 0.22. Web safe color of #c155c7 is #cc66cc. Color #c155c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010101 11000111
Octal 301 125 307
Decimal 193 85 199
Hex C1 55 C7

RGB Percentages of Color #c155c7

%40.46
%17.82
%41.72

CMYK Percentages of Color #c155c7

%3
%57
%0
%22

Triadic Colors of #c155c7

#c155c7 #c7c155 #55c7c1

Analogous Colors of #c155c7

#c155c7 #c75594 #8855c7

Monochromatic Colors of #c155c7

#c155c7

Complementary Color

#c155c7 #5bc755

#c155c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c155c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c155c7 Color CSS Codes

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

#c155c7 Text Font Color

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

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


#c155c7 Background Color

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

This div background color is #c155c7


#c155c7 Border Color

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

This div border color is #c155c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c155c7


Comments

No comments written yet.

Please login to write comment.