Color Hex Logo

#c680bc Color Hex

#C680BC
(198,128,188)
0 Favorites   0 Comments

Color spaces of #c680bc

RGB 198128188
HSL0.860.380.64
HSV309°35°78°
CMYK 0.000.350.05   0.22
XYZ40.085031.074951.4623
Yxy31.07490.32690.2534
Hunter Lab55.744930.8022-15.7137
CIE-Lab62.570836.2923-20.3231

#c680bc color RGB value is (198,128,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 10111100
Octal 306 200 274
Decimal 198 128 188
Hex C6 80 BC

RGB Percentages of Color #c680bc

%38.52
%24.90
%36.58

CMYK Percentages of Color #c680bc

%0
%35
%5
%22

Triadic Colors of #c680bc

#c680bc #bcc680 #80bcc6

Analogous Colors of #c680bc

#c680bc #c68099 #ad80c6

Monochromatic Colors of #c680bc

#c680bc

Complementary Color

#c680bc #80c68a

#c680bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c680bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c680bc Color CSS Codes

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

#c680bc Text Font Color

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

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


#c680bc Background Color

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

This div background color is #c680bc


#c680bc Border Color

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

This div border color is #c680bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c680bc


Comments

No comments written yet.

Please login to write comment.