Color Hex Logo

#c660bf Color Hex

#C660BF
(198,96,191)
0 Favorites   0 Comments

Color spaces of #c660bf

RGB 19896191
HSL0.840.470.58
HSV304°52°78°
CMYK 0.000.520.04   0.22
XYZ36.875524.133152.0048
Yxy24.13310.32630.2135
Hunter Lab49.125548.0196-28.3773
CIE-Lab56.220853.3760-31.8169

#c660bf color RGB value is (198,96,191).

#c660bf hex color red value is 198, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c660bf hue: 0.84 , saturation: 0.47 and the lightness value of c660bf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 10111111
Octal 306 140 277
Decimal 198 96 191
Hex C6 60 BF

RGB Percentages of Color #c660bf

%40.82
%19.79
%39.38

CMYK Percentages of Color #c660bf

%0
%52
%4
%22

Triadic Colors of #c660bf

#c660bf #bfc660 #60bfc6

Analogous Colors of #c660bf

#c660bf #c6608c #9a60c6

Monochromatic Colors of #c660bf

#c660bf

Complementary Color

#c660bf #60c667

#c660bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c660bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c660bf Color CSS Codes

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

#c660bf Text Font Color

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

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


#c660bf Background Color

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

This div background color is #c660bf


#c660bf Border Color

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

This div border color is #c660bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c660bf


Comments

No comments written yet.

Please login to write comment.