Color Hex Logo

#c159ce Color Hex

#C159CE
(193,89,206)
0 Favorites   0 Comments

Color spaces of #c159ce

RGB 19389206
HSL0.810.540.58
HSV293°57°81°
CMYK 0.060.570.00   0.19
XYZ36.705322.938460.8855
Yxy22.93840.30450.1903
Hunter Lab47.894052.9852-41.8468
CIE-Lab55.008858.0382-42.3422

#c159ce color RGB value is (193,89,206).

#c159ce hex color red value is 193, green value is 89 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c159ce hue: 0.81 , saturation: 0.54 and the lightness value of c159ce is 0.58.

The process color (four color CMYK) of #c159ce color hex is 0.06, 0.57, 0.00, 0.19. Web safe color of #c159ce is #cc66cc. Color #c159ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 11001110
Octal 301 131 316
Decimal 193 89 206
Hex C1 59 CE

RGB Percentages of Color #c159ce

%39.55
%18.24
%42.21

CMYK Percentages of Color #c159ce

%6
%57
%0
%19

Triadic Colors of #c159ce

#c159ce #cec159 #59cec1

Analogous Colors of #c159ce

#c159ce #ce59a1 #8759ce

Monochromatic Colors of #c159ce

#c159ce

Complementary Color

#c159ce #66ce59

#c159ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159ce Color CSS Codes

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

#c159ce Text Font Color

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

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


#c159ce Background Color

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

This div background color is #c159ce


#c159ce Border Color

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

This div border color is #c159ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159ce

#c159ce Color Palettes


Comments

No comments written yet.

Please login to write comment.