Color Hex Logo

#c157bd Color Hex

#C157BD
(193,87,189)
0 Favorites   0 Comments

Color spaces of #c157bd

RGB 19387189
HSL0.840.460.55
HSV302°55°76°
CMYK 0.000.550.02   0.24
XYZ34.585821.828050.5345
Yxy21.82800.32340.2041
Hunter Lab46.720450.3776-31.4259
CIE-Lab53.844055.9111-34.4274

#c157bd color RGB value is (193,87,189).

#c157bd hex color red value is 193, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c157bd hue: 0.84 , saturation: 0.46 and the lightness value of c157bd is 0.55.

The process color (four color CMYK) of #c157bd color hex is 0.00, 0.55, 0.02, 0.24. Web safe color of #c157bd is #cc66cc. Color #c157bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010111 10111101
Octal 301 127 275
Decimal 193 87 189
Hex C1 57 BD

RGB Percentages of Color #c157bd

%41.15
%18.55
%40.30

CMYK Percentages of Color #c157bd

%0
%55
%2
%24

Triadic Colors of #c157bd

#c157bd #bdc157 #57bdc1

Analogous Colors of #c157bd

#c157bd #c15788 #9057c1

Monochromatic Colors of #c157bd

#c157bd

Complementary Color

#c157bd #57c15b

#c157bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c157bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c157bd Color CSS Codes

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

#c157bd Text Font Color

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

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


#c157bd Background Color

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

This div background color is #c157bd


#c157bd Border Color

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

This div border color is #c157bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c157bd


Comments

No comments written yet.

Please login to write comment.