Color Hex Logo

#c16fac Color Hex

#C16FAC
(193,111,172)
0 Favorites   0 Comments

Color spaces of #c16fac

RGB 193111172
HSL0.880.400.60
HSV315°42°76°
CMYK 0.000.420.11   0.24
XYZ35.123225.684942.1362
Yxy25.68490.34120.2495
Hunter Lab50.680335.0163-13.8182
CIE-Lab57.736740.9715-18.6132

#c16fac color RGB value is (193,111,172).

#c16fac hex color red value is 193, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c16fac hue: 0.88 , saturation: 0.40 and the lightness value of c16fac is 0.60.

The process color (four color CMYK) of #c16fac color hex is 0.00, 0.42, 0.11, 0.24. Web safe color of #c16fac is #cc6699. Color #c16fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101111 10101100
Octal 301 157 254
Decimal 193 111 172
Hex C1 6F AC

RGB Percentages of Color #c16fac

%40.55
%23.32
%36.13

CMYK Percentages of Color #c16fac

%0
%42
%11
%24

Triadic Colors of #c16fac

#c16fac #acc16f #6facc1

Analogous Colors of #c16fac

#c16fac #c16f83 #ad6fc1

Monochromatic Colors of #c16fac

#c16fac

Complementary Color

#c16fac #6fc184

#c16fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16fac Color CSS Codes

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

#c16fac Text Font Color

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

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


#c16fac Background Color

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

This div background color is #c16fac


#c16fac Border Color

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

This div border color is #c16fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16fac


Comments

No comments written yet.

Please login to write comment.