Color Hex Logo

#c760bd Color Hex

#C760BD
(199,96,189)
0 Favorites   0 Comments

Color spaces of #c760bd

RGB 19996189
HSL0.850.480.58
HSV306°52°78°
CMYK 0.000.520.05   0.22
XYZ36.921424.182050.8657
Yxy24.18200.32970.2160
Hunter Lab49.175247.9636-26.9056
CIE-Lab56.269653.3172-30.5830

#c760bd color RGB value is (199,96,189).

#c760bd hex color red value is 199, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c760bd hue: 0.85 , saturation: 0.48 and the lightness value of c760bd is 0.58.

The process color (four color CMYK) of #c760bd color hex is 0.00, 0.52, 0.05, 0.22. Web safe color of #c760bd is #cc66cc. Color #c760bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100000 10111101
Octal 307 140 275
Decimal 199 96 189
Hex C7 60 BD

RGB Percentages of Color #c760bd

%41.12
%19.83
%39.05

CMYK Percentages of Color #c760bd

%0
%52
%5
%22

Triadic Colors of #c760bd

#c760bd #bdc760 #60bdc7

Analogous Colors of #c760bd

#c760bd #c7608a #9e60c7

Monochromatic Colors of #c760bd

#c760bd

Complementary Color

#c760bd #60c76a

#c760bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c760bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c760bd Color CSS Codes

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

#c760bd Text Font Color

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

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


#c760bd Background Color

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

This div background color is #c760bd


#c760bd Border Color

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

This div border color is #c760bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c760bd


Comments

No comments written yet.

Please login to write comment.