Color Hex Logo

#c160cd Color Hex

#C160CD
(193,96,205)
0 Favorites   0 Comments

Color spaces of #c160cd

RGB 19396205
HSL0.810.520.59
HSV293°53°80°
CMYK 0.060.530.00   0.20
XYZ37.194624.111060.4511
Yxy24.11100.30550.1980
Hunter Lab49.103049.2804-38.6204
CIE-Lab56.198854.5200-39.8978

#c160cd color RGB value is (193,96,205).

#c160cd hex color red value is 193, green value is 96 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c160cd hue: 0.81 , saturation: 0.52 and the lightness value of c160cd is 0.59.

The process color (four color CMYK) of #c160cd color hex is 0.06, 0.53, 0.00, 0.20. Web safe color of #c160cd is #cc66cc. Color #c160cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 11001101
Octal 301 140 315
Decimal 193 96 205
Hex C1 60 CD

RGB Percentages of Color #c160cd

%39.07
%19.43
%41.50

CMYK Percentages of Color #c160cd

%6
%53
%0
%20

Triadic Colors of #c160cd

#c160cd #cdc160 #60cdc1

Analogous Colors of #c160cd

#c160cd #cd60a3 #8b60cd

Monochromatic Colors of #c160cd

#c160cd

Complementary Color

#c160cd #6ccd60

#c160cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c160cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c160cd Color CSS Codes

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

#c160cd Text Font Color

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

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


#c160cd Background Color

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

This div background color is #c160cd


#c160cd Border Color

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

This div border color is #c160cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c160cd


Comments

No comments written yet.

Please login to write comment.