Color Hex Logo

#c06fac Color Hex

#C06FAC
(192,111,172)
0 Favorites   0 Comments

Color spaces of #c06fac

RGB 192111172
HSL0.870.390.59
HSV315°42°75°
CMYK 0.000.420.10   0.25
XYZ34.869125.553942.1243
Yxy25.55390.34000.2492
Hunter Lab50.550934.6622-14.0211
CIE-Lab57.611240.6454-18.8159

#c06fac color RGB value is (192,111,172).

#c06fac hex color red value is 192, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c06fac hue: 0.87 , saturation: 0.39 and the lightness value of c06fac is 0.59.

The process color (four color CMYK) of #c06fac color hex is 0.00, 0.42, 0.10, 0.25. Web safe color of #c06fac is #cc6699. Color #c06fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 10101100
Octal 300 157 254
Decimal 192 111 172
Hex C0 6F AC

RGB Percentages of Color #c06fac

%40.42
%23.37
%36.21

CMYK Percentages of Color #c06fac

%0
%42
%10
%25

Triadic Colors of #c06fac

#c06fac #acc06f #6facc0

Analogous Colors of #c06fac

#c06fac #c06f84 #ac6fc0

Monochromatic Colors of #c06fac

#c06fac

Complementary Color

#c06fac #6fc083

#c06fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06fac Color CSS Codes

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

#c06fac Text Font Color

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

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


#c06fac Background Color

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

This div background color is #c06fac


#c06fac Border Color

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

This div border color is #c06fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c06fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06fac


Comments

No comments written yet.

Please login to write comment.