Color Hex Logo

#c780fa Color Hex

#C780FA
(199,128,250)
0 Favorites   0 Comments

Color spaces of #c780fa

RGB 199128250
HSL0.760.920.74
HSV275°49°98°
CMYK 0.200.490.00   0.02
XYZ48.527734.482694.5406
Yxy34.48260.27330.1942
Hunter Lab58.721944.7489-54.3499
CIE-Lab65.343849.0060-50.5539

#c780fa color RGB value is (199,128,250).

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

The process color (four color CMYK) of #c780fa color hex is 0.20, 0.49, 0.00, 0.02. Web safe color of #c780fa is #cc99ff. Color #c780fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 11111010
Octal 307 200 372
Decimal 199 128 250
Hex C7 80 FA

RGB Percentages of Color #c780fa

%34.49
%22.18
%43.33

CMYK Percentages of Color #c780fa

%20
%49
%0
%2

Triadic Colors of #c780fa

#c780fa #fac780 #80fac7

Analogous Colors of #c780fa

#c780fa #fa80f0 #8a80fa

Monochromatic Colors of #c780fa

#c780fa

Complementary Color

#c780fa #b3fa80

#c780fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780fa Color CSS Codes

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

#c780fa Text Font Color

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

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


#c780fa Background Color

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

This div background color is #c780fa


#c780fa Border Color

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

This div border color is #c780fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780fa


Comments

No comments written yet.

Please login to write comment.