Color Hex Logo

#c159bd Color Hex

#C159BD
(193,89,189)
0 Favorites   0 Comments

Color spaces of #c159bd

RGB 19389189
HSL0.840.460.55
HSV302°54°76°
CMYK 0.000.540.02   0.24
XYZ34.750022.156350.5892
Yxy22.15630.32330.2061
Hunter Lab47.070549.4051-30.7728
CIE-Lab54.192554.9733-33.8825

#c159bd color RGB value is (193,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 10111101
Octal 301 131 275
Decimal 193 89 189
Hex C1 59 BD

RGB Percentages of Color #c159bd

%40.98
%18.90
%40.13

CMYK Percentages of Color #c159bd

%0
%54
%2
%24

Triadic Colors of #c159bd

#c159bd #bdc159 #59bdc1

Analogous Colors of #c159bd

#c159bd #c15989 #9159c1

Monochromatic Colors of #c159bd

#c159bd

Complementary Color

#c159bd #59c15d

#c159bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159bd Color CSS Codes

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

#c159bd Text Font Color

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

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


#c159bd Background Color

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

This div background color is #c159bd


#c159bd Border Color

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

This div border color is #c159bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,89,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 #c159bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159bd


Comments

No comments written yet.

Please login to write comment.