Color Hex Logo

#c159cf Color Hex

#C159CF
(193,89,207)
0 Favorites   0 Comments

Color spaces of #c159cf

RGB 19389207
HSL0.810.550.58
HSV293°57°81°
CMYK 0.070.570.00   0.19
XYZ36.827222.987261.5275
Yxy22.98720.30350.1894
Hunter Lab47.945053.2046-42.5250
CIE-Lab55.059258.2239-42.8325

#c159cf color RGB value is (193,89,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 11001111
Octal 301 131 317
Decimal 193 89 207
Hex C1 59 CF

RGB Percentages of Color #c159cf

%39.47
%18.20
%42.33

CMYK Percentages of Color #c159cf

%7
%57
%0
%19

Triadic Colors of #c159cf

#c159cf #cfc159 #59cfc1

Analogous Colors of #c159cf

#c159cf #cf59a2 #8659cf

Monochromatic Colors of #c159cf

#c159cf

Complementary Color

#c159cf #67cf59

#c159cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159cf Color CSS Codes

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

#c159cf Text Font Color

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

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


#c159cf Background Color

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

This div background color is #c159cf


#c159cf Border Color

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

This div border color is #c159cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159cf


Comments

No comments written yet.

Please login to write comment.