Color Hex Logo

#c780ec Color Hex

#C780EC
(199,128,236)
0 Favorites   0 Comments

Color spaces of #c780ec

RGB 199128236
HSL0.780.740.71
HSV279°46°93°
CMYK 0.160.460.00   0.07
XYZ46.412733.636683.4032
Yxy33.63660.28400.2058
Hunter Lab57.997141.3514-44.6646
CIE-Lab64.673146.0051-43.9028

#c780ec color RGB value is (199,128,236).

#c780ec hex color red value is 199, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c780ec hue: 0.78 , saturation: 0.74 and the lightness value of c780ec is 0.71.

The process color (four color CMYK) of #c780ec color hex is 0.16, 0.46, 0.00, 0.07. Web safe color of #c780ec is #cc99ff. Color #c780ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 11101100
Octal 307 200 354
Decimal 199 128 236
Hex C7 80 EC

RGB Percentages of Color #c780ec

%35.35
%22.74
%41.92

CMYK Percentages of Color #c780ec

%16
%46
%0
%7

Triadic Colors of #c780ec

#c780ec #ecc780 #80ecc7

Analogous Colors of #c780ec

#c780ec #ec80db #9180ec

Monochromatic Colors of #c780ec

#c780ec

Complementary Color

#c780ec #a5ec80

#c780ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780ec Color CSS Codes

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

#c780ec Text Font Color

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

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


#c780ec Background Color

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

This div background color is #c780ec


#c780ec Border Color

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

This div border color is #c780ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780ec


Comments

No comments written yet.

Please login to write comment.