Color Hex Logo

#c680bf Color Hex

#C680BF
(198,128,191)
0 Favorites   0 Comments

Color spaces of #c680bf

RGB 198128191
HSL0.850.380.64
HSV306°35°78°
CMYK 0.000.350.04   0.22
XYZ40.411831.205753.1836
Yxy31.20570.32380.2500
Hunter Lab55.862131.3721-17.3437
CIE-Lab62.680936.8340-21.8513

#c680bf color RGB value is (198,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 10111111
Octal 306 200 277
Decimal 198 128 191
Hex C6 80 BF

RGB Percentages of Color #c680bf

%38.30
%24.76
%36.94

CMYK Percentages of Color #c680bf

%0
%35
%4
%22

Triadic Colors of #c680bf

#c680bf #bfc680 #80bfc6

Analogous Colors of #c680bf

#c680bf #c6809c #aa80c6

Monochromatic Colors of #c680bf

#c680bf

Complementary Color

#c680bf #80c687

#c680bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c680bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c680bf Color CSS Codes

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

#c680bf Text Font Color

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

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


#c680bf Background Color

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

This div background color is #c680bf


#c680bf Border Color

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

This div border color is #c680bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c680bf


Comments

No comments written yet.

Please login to write comment.