Color Hex Logo

#c680ba Color Hex

#C680BA
(198,128,186)
0 Favorites   0 Comments

Color spaces of #c680ba

RGB 198128186
HSL0.860.380.64
HSV310°35°78°
CMYK 0.000.350.06   0.22
XYZ39.870830.989350.3345
Yxy30.98930.32900.2557
Hunter Lab55.668030.4270-14.6418
CIE-Lab62.498635.9345-19.3012

#c680ba color RGB value is (198,128,186).

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

The process color (four color CMYK) of #c680ba color hex is 0.00, 0.35, 0.06, 0.22. Web safe color of #c680ba is #cc99cc. Color #c680ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 10111010
Octal 306 200 272
Decimal 198 128 186
Hex C6 80 BA

RGB Percentages of Color #c680ba

%38.67
%25.00
%36.33

CMYK Percentages of Color #c680ba

%0
%35
%6
%22

Triadic Colors of #c680ba

#c680ba #bac680 #80bac6

Analogous Colors of #c680ba

#c680ba #c68097 #af80c6

Monochromatic Colors of #c680ba

#c680ba

Complementary Color

#c680ba #80c68c

#c680ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c680ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c680ba Color CSS Codes

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

#c680ba Text Font Color

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

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


#c680ba Background Color

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

This div background color is #c680ba


#c680ba Border Color

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

This div border color is #c680ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c680ba


Comments

No comments written yet.

Please login to write comment.