Color Hex Logo

#c077ac Color Hex

#C077AC
(192,119,172)
0 Favorites   0 Comments

Color spaces of #c077ac

RGB 192119172
HSL0.880.370.61
HSV316°38°75°
CMYK 0.000.380.10   0.25
XYZ35.781427.378742.4284
Yxy27.37870.33890.2593
Hunter Lab52.324730.4963-11.4491
CIE-Lab59.323236.3606-16.2140

#c077ac color RGB value is (192,119,172).

#c077ac hex color red value is 192, green value is 119 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c077ac hue: 0.88 , saturation: 0.37 and the lightness value of c077ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110111 10101100
Octal 300 167 254
Decimal 192 119 172
Hex C0 77 AC

RGB Percentages of Color #c077ac

%39.75
%24.64
%35.61

CMYK Percentages of Color #c077ac

%0
%38
%10
%25

Triadic Colors of #c077ac

#c077ac #acc077 #77acc0

Analogous Colors of #c077ac

#c077ac #c07788 #b077c0

Monochromatic Colors of #c077ac

#c077ac

Complementary Color

#c077ac #77c08b

#c077ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c077ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c077ac Color CSS Codes

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

#c077ac Text Font Color

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

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


#c077ac Background Color

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

This div background color is #c077ac


#c077ac Border Color

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

This div border color is #c077ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c077ac


Comments

No comments written yet.

Please login to write comment.