Color Hex Logo

#c960bd Color Hex

#C960BD
(201,96,189)
0 Favorites   0 Comments

Color spaces of #c960bd

RGB 20196189
HSL0.850.490.58
HSV307°52°79°
CMYK 0.000.520.06   0.21
XYZ37.455624.457450.8907
Yxy24.45740.33200.2168
Hunter Lab49.454448.6464-26.3938
CIE-Lab56.542953.8902-30.1372

#c960bd color RGB value is (201,96,189).

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

The process color (four color CMYK) of #c960bd color hex is 0.00, 0.52, 0.06, 0.21. Web safe color of #c960bd is #cc66cc. Color #c960bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 10111101
Octal 311 140 275
Decimal 201 96 189
Hex C9 60 BD

RGB Percentages of Color #c960bd

%41.36
%19.75
%38.89

CMYK Percentages of Color #c960bd

%0
%52
%6
%21

Triadic Colors of #c960bd

#c960bd #bdc960 #60bdc9

Analogous Colors of #c960bd

#c960bd #c96089 #a160c9

Monochromatic Colors of #c960bd

#c960bd

Complementary Color

#c960bd #60c96c

#c960bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c960bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c960bd Color CSS Codes

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

#c960bd Text Font Color

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

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


#c960bd Background Color

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

This div background color is #c960bd


#c960bd Border Color

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

This div border color is #c960bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c960bd


Comments

No comments written yet.

Please login to write comment.