Color Hex Logo

#c16cca Color Hex

#C16CCA
(193,108,202)
0 Favorites   0 Comments

Color spaces of #c16cca

RGB 193108202
HSL0.820.470.61
HSV294°47°79°
CMYK 0.040.470.00   0.21
XYZ38.015626.326858.9551
Yxy26.32680.30830.2135
Hunter Lab51.309642.4597-32.2078
CIE-Lab58.346047.9361-34.8284

#c16cca color RGB value is (193,108,202).

#c16cca hex color red value is 193, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c16cca hue: 0.82 , saturation: 0.47 and the lightness value of c16cca is 0.61.

The process color (four color CMYK) of #c16cca color hex is 0.04, 0.47, 0.00, 0.21. Web safe color of #c16cca is #cc66cc. Color #c16cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101100 11001010
Octal 301 154 312
Decimal 193 108 202
Hex C1 6C CA

RGB Percentages of Color #c16cca

%38.37
%21.47
%40.16

CMYK Percentages of Color #c16cca

%4
%47
%0
%21

Triadic Colors of #c16cca

#c16cca #cac16c #6ccac1

Analogous Colors of #c16cca

#c16cca #ca6ca4 #926cca

Monochromatic Colors of #c16cca

#c16cca

Complementary Color

#c16cca #75ca6c

#c16cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16cca Color CSS Codes

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

#c16cca Text Font Color

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

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


#c16cca Background Color

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

This div background color is #c16cca


#c16cca Border Color

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

This div border color is #c16cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16cca


Comments

No comments written yet.

Please login to write comment.