Color Hex Logo

#c679bf Color Hex

#C679BF
(198,121,191)
0 Favorites   0 Comments

Color spaces of #c679bf

RGB 198121191
HSL0.850.400.63
HSV305°39°78°
CMYK 0.000.390.04   0.22
XYZ39.530029.442152.8896
Yxy29.44210.32440.2416
Hunter Lab54.260635.0851-19.8095
CIE-Lab61.169840.5924-24.1658

#c679bf color RGB value is (198,121,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10111111
Octal 306 171 277
Decimal 198 121 191
Hex C6 79 BF

RGB Percentages of Color #c679bf

%38.82
%23.73
%37.45

CMYK Percentages of Color #c679bf

%0
%39
%4
%22

Triadic Colors of #c679bf

#c679bf #bfc679 #79bfc6

Analogous Colors of #c679bf

#c679bf #c67999 #a779c6

Monochromatic Colors of #c679bf

#c679bf

Complementary Color

#c679bf #79c680

#c679bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679bf Color CSS Codes

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

#c679bf Text Font Color

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

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


#c679bf Background Color

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

This div background color is #c679bf


#c679bf Border Color

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

This div border color is #c679bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679bf


Comments

No comments written yet.

Please login to write comment.