Color Hex Logo

#c679bd Color Hex

#C679BD
(198,121,189)
0 Favorites   0 Comments

Color spaces of #c679bd

RGB 198121189
HSL0.850.400.63
HSV307°39°78°
CMYK 0.000.390.05   0.22
XYZ39.311429.354651.7382
Yxy29.35460.32650.2438
Hunter Lab54.179934.6998-18.6921
CIE-Lab61.093340.2331-23.1484

#c679bd color RGB value is (198,121,189).

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

The process color (four color CMYK) of #c679bd color hex is 0.00, 0.39, 0.05, 0.22. Web safe color of #c679bd is #cc66cc. Color #c679bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10111101
Octal 306 171 275
Decimal 198 121 189
Hex C6 79 BD

RGB Percentages of Color #c679bd

%38.98
%23.82
%37.20

CMYK Percentages of Color #c679bd

%0
%39
%5
%22

Triadic Colors of #c679bd

#c679bd #bdc679 #79bdc6

Analogous Colors of #c679bd

#c679bd #c67997 #a979c6

Monochromatic Colors of #c679bd

#c679bd

Complementary Color

#c679bd #79c682

#c679bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679bd Color CSS Codes

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

#c679bd Text Font Color

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

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


#c679bd Background Color

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

This div background color is #c679bd


#c679bd Border Color

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

This div border color is #c679bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679bd


Comments

No comments written yet.

Please login to write comment.