Color Hex Logo

#c586ac Color Hex

#C586AC
(197,134,172)
0 Favorites   0 Comments

Color spaces of #c586ac

RGB 197134172
HSL0.900.350.65
HSV324°32°77°
CMYK 0.000.320.13   0.23
XYZ38.997431.899143.1315
Yxy31.89910.34200.2797
Hunter Lab56.479324.4106-5.7425
CIE-Lab63.259429.9019-10.2300

#c586ac color RGB value is (197,134,172).

#c586ac hex color red value is 197, green value is 134 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c586ac hue: 0.90 , saturation: 0.35 and the lightness value of c586ac is 0.65.

The process color (four color CMYK) of #c586ac color hex is 0.00, 0.32, 0.13, 0.23. Web safe color of #c586ac is #cc9999. Color #c586ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 10101100
Octal 305 206 254
Decimal 197 134 172
Hex C5 86 AC

RGB Percentages of Color #c586ac

%39.17
%26.64
%34.19

CMYK Percentages of Color #c586ac

%0
%32
%13
%23

Triadic Colors of #c586ac

#c586ac #acc586 #86acc5

Analogous Colors of #c586ac

#c586ac #c5868d #bf86c5

Monochromatic Colors of #c586ac

#c586ac

Complementary Color

#c586ac #86c59f

#c586ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c586ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c586ac Color CSS Codes

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

#c586ac Text Font Color

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

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


#c586ac Background Color

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

This div background color is #c586ac


#c586ac Border Color

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

This div border color is #c586ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c586ac


Comments

No comments written yet.

Please login to write comment.