Color Hex Logo

#c160da Color Hex

#C160DA
(193,96,218)
0 Favorites   0 Comments

Color spaces of #c160da

RGB 19396218
HSL0.800.620.62
HSV288°56°85°
CMYK 0.110.560.00   0.15
XYZ38.830124.765269.0632
Yxy24.76520.29270.1867
Hunter Lab49.764652.1909-47.4472
CIE-Lab56.845957.0142-46.2441

#c160da color RGB value is (193,96,218).

#c160da hex color red value is 193, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c160da hue: 0.80 , saturation: 0.62 and the lightness value of c160da is 0.62.

The process color (four color CMYK) of #c160da color hex is 0.11, 0.56, 0.00, 0.15. Web safe color of #c160da is #cc66cc. Color #c160da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 11011010
Octal 301 140 332
Decimal 193 96 218
Hex C1 60 DA

RGB Percentages of Color #c160da

%38.07
%18.93
%43.00

CMYK Percentages of Color #c160da

%11
%56
%0
%15

Triadic Colors of #c160da

#c160da #dac160 #60dac1

Analogous Colors of #c160da

#c160da #da60b6 #8460da

Monochromatic Colors of #c160da

#c160da

Complementary Color

#c160da #79da60

#c160da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c160da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c160da Color CSS Codes

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

#c160da Text Font Color

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

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


#c160da Background Color

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

This div background color is #c160da


#c160da Border Color

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

This div border color is #c160da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c160da


Comments

No comments written yet.

Please login to write comment.