Color Hex Logo

#c157cc Color Hex

#C157CC
(193,87,204)
0 Favorites   0 Comments

Color spaces of #c157cc

RGB 19387204
HSL0.820.530.57
HSV294°57°80°
CMYK 0.050.570.00   0.20
XYZ36.299622.513559.5591
Yxy22.51350.30670.1902
Hunter Lab47.448453.5238-41.2093
CIE-Lab54.567758.5933-41.8975

#c157cc color RGB value is (193,87,204).

#c157cc hex color red value is 193, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c157cc hue: 0.82 , saturation: 0.53 and the lightness value of c157cc is 0.57.

The process color (four color CMYK) of #c157cc color hex is 0.05, 0.57, 0.00, 0.20. Web safe color of #c157cc is #cc66cc. Color #c157cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010111 11001100
Octal 301 127 314
Decimal 193 87 204
Hex C1 57 CC

RGB Percentages of Color #c157cc

%39.88
%17.98
%42.15

CMYK Percentages of Color #c157cc

%5
%57
%0
%20

Triadic Colors of #c157cc

#c157cc #ccc157 #57ccc1

Analogous Colors of #c157cc

#c157cc #cc579d #8757cc

Monochromatic Colors of #c157cc

#c157cc

Complementary Color

#c157cc #62cc57

#c157cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c157cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c157cc Color CSS Codes

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

#c157cc Text Font Color

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

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


#c157cc Background Color

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

This div background color is #c157cc


#c157cc Border Color

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

This div border color is #c157cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c157cc


Comments

No comments written yet.

Please login to write comment.