Color Hex Logo

#c679ba Color Hex

#C679BA
(198,121,186)
0 Favorites   0 Comments

Color spaces of #c679ba

RGB 198121186
HSL0.860.400.63
HSV309°39°78°
CMYK 0.000.390.06   0.22
XYZ38.989029.225750.0405
Yxy29.22570.32970.2471
Hunter Lab54.060834.1290-17.0383
CIE-Lab60.980339.6990-21.6172

#c679ba color RGB value is (198,121,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 10111010
Octal 306 171 272
Decimal 198 121 186
Hex C6 79 BA

RGB Percentages of Color #c679ba

%39.21
%23.96
%36.83

CMYK Percentages of Color #c679ba

%0
%39
%6
%22

Triadic Colors of #c679ba

#c679ba #bac679 #79bac6

Analogous Colors of #c679ba

#c679ba #c67994 #ac79c6

Monochromatic Colors of #c679ba

#c679ba

Complementary Color

#c679ba #79c685

#c679ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679ba Color CSS Codes

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

#c679ba Text Font Color

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

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


#c679ba Background Color

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

This div background color is #c679ba


#c679ba Border Color

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

This div border color is #c679ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679ba


Comments

No comments written yet.

Please login to write comment.