Color Hex Logo

#c780cd Color Hex

#C780CD
(199,128,205)
0 Favorites   0 Comments

Color spaces of #c780cd

RGB 199128205
HSL0.820.440.65
HSV295°38°80°
CMYK 0.030.380.00   0.20
XYZ42.291831.988261.7029
Yxy31.98820.31100.2352
Hunter Lab56.558134.4982-25.0926
CIE-Lab63.333139.7648-28.7240

#c780cd color RGB value is (199,128,205).

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

The process color (four color CMYK) of #c780cd color hex is 0.03, 0.38, 0.00, 0.20. Web safe color of #c780cd is #cc99cc. Color #c780cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 11001101
Octal 307 200 315
Decimal 199 128 205
Hex C7 80 CD

RGB Percentages of Color #c780cd

%37.41
%24.06
%38.53

CMYK Percentages of Color #c780cd

%3
%38
%0
%20

Triadic Colors of #c780cd

#c780cd #cdc780 #80cdc7

Analogous Colors of #c780cd

#c780cd #cd80ad #a180cd

Monochromatic Colors of #c780cd

#c780cd

Complementary Color

#c780cd #86cd80

#c780cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780cd Color CSS Codes

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

#c780cd Text Font Color

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

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


#c780cd Background Color

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

This div background color is #c780cd


#c780cd Border Color

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

This div border color is #c780cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780cd


Comments

No comments written yet.

Please login to write comment.