Color Hex Logo

#c159be Color Hex

#C159BE
(193,89,190)
0 Favorites   0 Comments

Color spaces of #c159be

RGB 19389190
HSL0.840.460.55
HSV302°54°76°
CMYK 0.000.540.02   0.24
XYZ34.859022.199951.1629
Yxy22.19990.32210.2051
Hunter Lab47.116849.6076-31.3998
CIE-Lab54.238555.1484-34.3865

#c159be color RGB value is (193,89,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 10111110
Octal 301 131 276
Decimal 193 89 190
Hex C1 59 BE

RGB Percentages of Color #c159be

%40.89
%18.86
%40.25

CMYK Percentages of Color #c159be

%0
%54
%2
%24

Triadic Colors of #c159be

#c159be #bec159 #59bec1

Analogous Colors of #c159be

#c159be #c1598a #9059c1

Monochromatic Colors of #c159be

#c159be

Complementary Color

#c159be #59c15c

#c159be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159be Color CSS Codes

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

#c159be Text Font Color

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

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


#c159be Background Color

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

This div background color is #c159be


#c159be Border Color

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

This div border color is #c159be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159be


Comments

No comments written yet.

Please login to write comment.