Color Hex Logo

#c780fb Color Hex

#C780FB
(199,128,251)
0 Favorites   0 Comments

Color spaces of #c780fb

RGB 199128251
HSL0.760.940.74
HSV275°49°98°
CMYK 0.210.490.00   0.02
XYZ48.684934.545595.3688
Yxy34.54550.27260.1934
Hunter Lab58.775444.9983-55.0610
CIE-Lab65.393349.2240-51.0242

#c780fb color RGB value is (199,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 11111011
Octal 307 200 373
Decimal 199 128 251
Hex C7 80 FB

RGB Percentages of Color #c780fb

%34.43
%22.15
%43.43

CMYK Percentages of Color #c780fb

%21
%49
%0
%2

Triadic Colors of #c780fb

#c780fb #fbc780 #80fbc7

Analogous Colors of #c780fb

#c780fb #fb80f2 #8a80fb

Monochromatic Colors of #c780fb

#c780fb

Complementary Color

#c780fb #b4fb80

#c780fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c780fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c780fb Color CSS Codes

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

#c780fb Text Font Color

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

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


#c780fb Background Color

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

This div background color is #c780fb


#c780fb Border Color

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

This div border color is #c780fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c780fb


Comments

No comments written yet.

Please login to write comment.