Color Hex Logo

#c679a0 Color Hex

#C679A0
(198,121,160)
0 Favorites   0 Comments

Color spaces of #c679a0

RGB 198121160
HSL0.920.400.63
HSV330°39°78°
CMYK 0.000.390.19   0.22
XYZ36.471228.218636.7822
Yxy28.21860.35940.2781
Hunter Lab53.121229.5900-3.8688
CIE-Lab60.085735.3793-8.1086

#c679a0 color RGB value is (198,121,160).

#c679a0 hex color red value is 198, green value is 121 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c679a0 hue: 0.92 , saturation: 0.40 and the lightness value of c679a0 is 0.63.

The process color (four color CMYK) of #c679a0 color hex is 0.00, 0.39, 0.19, 0.22. Web safe color of #c679a0 is #cc6699. Color #c679a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10100000
Octal 306 171 240
Decimal 198 121 160
Hex C6 79 A0

RGB Percentages of Color #c679a0

%41.34
%25.26
%33.40

CMYK Percentages of Color #c679a0

%0
%39
%19
%22

Triadic Colors of #c679a0

#c679a0 #a0c679 #79a0c6

Analogous Colors of #c679a0

#c679a0 #c6797a #c679c6

Monochromatic Colors of #c679a0

#c679a0

Complementary Color

#c679a0 #79c69f

#c679a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679a0 Color CSS Codes

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

#c679a0 Text Font Color

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

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


#c679a0 Background Color

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

This div background color is #c679a0


#c679a0 Border Color

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

This div border color is #c679a0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,121,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c679a0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679a0


Comments

No comments written yet.

Please login to write comment.