Color Hex Logo

#c693ac Color Hex

#C693AC
(198,147,172)
0 Favorites   0 Comments

Color spaces of #c693ac

RGB 198147172
HSL0.920.310.68
HSV331°26°78°
CMYK 0.000.260.13   0.22
XYZ41.168835.851843.7800
Yxy35.85180.34080.2968
Hunter Lab59.876417.9464-1.4378
CIE-Lab66.406523.1084-5.5364

#c693ac color RGB value is (198,147,172).

#c693ac hex color red value is 198, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c693ac hue: 0.92 , saturation: 0.31 and the lightness value of c693ac is 0.68.

The process color (four color CMYK) of #c693ac color hex is 0.00, 0.26, 0.13, 0.22. Web safe color of #c693ac is #cc9999. Color #c693ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010011 10101100
Octal 306 223 254
Decimal 198 147 172
Hex C6 93 AC

RGB Percentages of Color #c693ac

%38.30
%28.43
%33.27

CMYK Percentages of Color #c693ac

%0
%26
%13
%22

Triadic Colors of #c693ac

#c693ac #acc693 #93acc6

Analogous Colors of #c693ac

#c693ac #c69493 #c693c6

Monochromatic Colors of #c693ac

#c693ac

Complementary Color

#c693ac #93c6ad

#c693ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c693ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c693ac Color CSS Codes

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

#c693ac Text Font Color

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

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


#c693ac Background Color

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

This div background color is #c693ac


#c693ac Border Color

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

This div border color is #c693ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c693ac


Comments

No comments written yet.

Please login to write comment.