Color Hex Logo

#c092ac Color Hex

#C092AC
(192,146,172)
0 Favorites   0 Comments

Color spaces of #c092ac

RGB 192146172
HSL0.910.270.66
HSV326°24°75°
CMYK 0.000.240.10   0.25
XYZ39.463534.742843.6558
Yxy34.74280.33480.2948
Hunter Lab58.943016.3589-2.6527
CIE-Lab65.547921.5120-6.8770

#c092ac color RGB value is (192,146,172).

#c092ac hex color red value is 192, green value is 146 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c092ac hue: 0.91 , saturation: 0.27 and the lightness value of c092ac is 0.66.

The process color (four color CMYK) of #c092ac color hex is 0.00, 0.24, 0.10, 0.25. Web safe color of #c092ac is #cc9999. Color #c092ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010010 10101100
Octal 300 222 254
Decimal 192 146 172
Hex C0 92 AC

RGB Percentages of Color #c092ac

%37.65
%28.63
%33.73

CMYK Percentages of Color #c092ac

%0
%24
%10
%25

Triadic Colors of #c092ac

#c092ac #acc092 #92acc0

Analogous Colors of #c092ac

#c092ac #c09295 #bd92c0

Monochromatic Colors of #c092ac

#c092ac

Complementary Color

#c092ac #92c0a6

#c092ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c092ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c092ac Color CSS Codes

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

#c092ac Text Font Color

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

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


#c092ac Background Color

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

This div background color is #c092ac


#c092ac Border Color

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

This div border color is #c092ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c092ac

#c092ac Color Palettes


Comments

No comments written yet.

Please login to write comment.