Color Hex Logo

#c084ac Color Hex

#C084AC
(192,132,172)
0 Favorites   0 Comments

Color spaces of #c084ac

RGB 192132172
HSL0.890.320.64
HSV320°31°75°
CMYK 0.000.310.10   0.25
XYZ37.435930.687642.9799
Yxy30.68760.33690.2762
Hunter Lab55.396423.6835-7.2233
CIE-Lab62.243029.2563-11.8101

#c084ac color RGB value is (192,132,172).

#c084ac hex color red value is 192, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c084ac hue: 0.89 , saturation: 0.32 and the lightness value of c084ac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000100 10101100
Octal 300 204 254
Decimal 192 132 172
Hex C0 84 AC

RGB Percentages of Color #c084ac

%38.71
%26.61
%34.68

CMYK Percentages of Color #c084ac

%0
%31
%10
%25

Triadic Colors of #c084ac

#c084ac #acc084 #84acc0

Analogous Colors of #c084ac

#c084ac #c0848e #b684c0

Monochromatic Colors of #c084ac

#c084ac

Complementary Color

#c084ac #84c098

#c084ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c084ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c084ac Color CSS Codes

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

#c084ac Text Font Color

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

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


#c084ac Background Color

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

This div background color is #c084ac


#c084ac Border Color

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

This div border color is #c084ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c084ac


Comments

No comments written yet.

Please login to write comment.