Color Hex Logo

#c680bd Color Hex

#C680BD
(198,128,189)
0 Favorites   0 Comments

Color spaces of #c680bd

RGB 198128189
HSL0.850.380.64
HSV308°35°78°
CMYK 0.000.350.05   0.22
XYZ40.193231.118252.0321
Yxy31.11820.32590.2523
Hunter Lab55.783730.9912-16.2540
CIE-Lab62.607336.4722-20.8331

#c680bd color RGB value is (198,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 10111101
Octal 306 200 275
Decimal 198 128 189
Hex C6 80 BD

RGB Percentages of Color #c680bd

%38.45
%24.85
%36.70

CMYK Percentages of Color #c680bd

%0
%35
%5
%22

Triadic Colors of #c680bd

#c680bd #bdc680 #80bdc6

Analogous Colors of #c680bd

#c680bd #c6809a #ac80c6

Monochromatic Colors of #c680bd

#c680bd

Complementary Color

#c680bd #80c689

#c680bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c680bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c680bd Color CSS Codes

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

#c680bd Text Font Color

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

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


#c680bd Background Color

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

This div background color is #c680bd


#c680bd Border Color

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

This div border color is #c680bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c680bd


Comments

No comments written yet.

Please login to write comment.