Color Hex Logo

#cc60bd Color Hex

#CC60BD
(204,96,189)
0 Favorites   0 Comments

Color spaces of #cc60bd

RGB 20496189
HSL0.860.510.59
HSV308°53°80°
CMYK 0.000.530.07   0.20
XYZ38.270024.877250.9288
Yxy24.87720.33550.2181
Hunter Lab49.877049.6759-25.6263
CIE-Lab56.955654.7491-29.4643

#cc60bd color RGB value is (204,96,189).

#cc60bd hex color red value is 204, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cc60bd hue: 0.86 , saturation: 0.51 and the lightness value of cc60bd is 0.59.

The process color (four color CMYK) of #cc60bd color hex is 0.00, 0.53, 0.07, 0.20. Web safe color of #cc60bd is #cc66cc. Color #cc60bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 10111101
Octal 314 140 275
Decimal 204 96 189
Hex CC 60 BD

RGB Percentages of Color #cc60bd

%41.72
%19.63
%38.65

CMYK Percentages of Color #cc60bd

%0
%53
%7
%20

Triadic Colors of #cc60bd

#cc60bd #bdcc60 #60bdcc

Analogous Colors of #cc60bd

#cc60bd #cc6087 #a560cc

Monochromatic Colors of #cc60bd

#cc60bd

Complementary Color

#cc60bd #60cc6f

#cc60bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc60bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc60bd Color CSS Codes

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

#cc60bd Text Font Color

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

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


#cc60bd Background Color

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

This div background color is #cc60bd


#cc60bd Border Color

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

This div border color is #cc60bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc60bd


Comments

No comments written yet.

Please login to write comment.