Color Hex Logo

#c780cc Color Hex

#C780CC
(199,128,204)
0 Favorites   0 Comments

Color spaces of #c780cc

RGB 199128204
HSL0.820.430.65
HSV296°37°80°
CMYK 0.020.370.00   0.20
XYZ42.171431.940161.0691
Yxy31.94010.31200.2363
Hunter Lab56.515634.2928-24.5062
CIE-Lab63.293339.5737-28.2240

#c780cc color RGB value is (199,128,204).

#c780cc hex color red value is 199, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c780cc hue: 0.82 , saturation: 0.43 and the lightness value of c780cc is 0.65.

The process color (four color CMYK) of #c780cc color hex is 0.02, 0.37, 0.00, 0.20. Web safe color of #c780cc is #cc99cc. Color #c780cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 11001100
Octal 307 200 314
Decimal 199 128 204
Hex C7 80 CC

RGB Percentages of Color #c780cc

%37.48
%24.11
%38.42

CMYK Percentages of Color #c780cc

%2
%37
%0
%20

Triadic Colors of #c780cc

#c780cc #ccc780 #80ccc7

Analogous Colors of #c780cc

#c780cc #cc80ab #a180cc

Monochromatic Colors of #c780cc

#c780cc

Complementary Color

#c780cc #85cc80

#c780cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780cc Color CSS Codes

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

#c780cc Text Font Color

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

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


#c780cc Background Color

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

This div background color is #c780cc


#c780cc Border Color

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

This div border color is #c780cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,128,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c780cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780cc


Comments

No comments written yet.

Please login to write comment.