Color Hex Logo

#c16ace Color Hex

#C16ACE
(193,106,206)
0 Favorites   0 Comments

Color spaces of #c16ace

RGB 193106206
HSL0.810.510.61
HSV292°49°81°
CMYK 0.060.490.00   0.19
XYZ38.286926.101861.4127
Yxy26.10180.30430.2075
Hunter Lab51.089944.3609-35.5067
CIE-Lab58.133649.7259-37.4289

#c16ace color RGB value is (193,106,206).

#c16ace hex color red value is 193, green value is 106 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c16ace hue: 0.81 , saturation: 0.51 and the lightness value of c16ace is 0.61.

The process color (four color CMYK) of #c16ace color hex is 0.06, 0.49, 0.00, 0.19. Web safe color of #c16ace is #cc66cc. Color #c16ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101010 11001110
Octal 301 152 316
Decimal 193 106 206
Hex C1 6A CE

RGB Percentages of Color #c16ace

%38.22
%20.99
%40.79

CMYK Percentages of Color #c16ace

%6
%49
%0
%19

Triadic Colors of #c16ace

#c16ace #cec16a #6acec1

Analogous Colors of #c16ace

#c16ace #ce6aa9 #8f6ace

Monochromatic Colors of #c16ace

#c16ace

Complementary Color

#c16ace #77ce6a

#c16ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16ace Color CSS Codes

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

#c16ace Text Font Color

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

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


#c16ace Background Color

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

This div background color is #c16ace


#c16ace Border Color

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

This div border color is #c16ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16ace


Comments

No comments written yet.

Please login to write comment.