Color Hex Logo

#c159d1 Color Hex

#C159D1
(193,89,209)
0 Favorites   0 Comments

Color spaces of #c159d1

RGB 19389209
HSL0.810.570.58
HSV292°57°82°
CMYK 0.080.570.00   0.18
XYZ37.073323.085762.8236
Yxy23.08570.30150.1877
Hunter Lab48.047653.6465-43.8901
CIE-Lab55.160558.5972-43.8108

#c159d1 color RGB value is (193,89,209).

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

The process color (four color CMYK) of #c159d1 color hex is 0.08, 0.57, 0.00, 0.18. Web safe color of #c159d1 is #cc66cc. Color #c159d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 11010001
Octal 301 131 321
Decimal 193 89 209
Hex C1 59 D1

RGB Percentages of Color #c159d1

%39.31
%18.13
%42.57

CMYK Percentages of Color #c159d1

%8
%57
%0
%18

Triadic Colors of #c159d1

#c159d1 #d1c159 #59d1c1

Analogous Colors of #c159d1

#c159d1 #d159a5 #8559d1

Monochromatic Colors of #c159d1

#c159d1

Complementary Color

#c159d1 #69d159

#c159d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159d1 Color CSS Codes

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

#c159d1 Text Font Color

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

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


#c159d1 Background Color

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

This div background color is #c159d1


#c159d1 Border Color

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

This div border color is #c159d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159d1


Comments

No comments written yet.

Please login to write comment.