Color Hex Logo

#c260fb Color Hex

#C260FB
(194,96,251)
0 Favorites   0 Comments

Color spaces of #c260fb

RGB 19496251
HSL0.770.950.68
HSV278°62°98°
CMYK 0.230.620.00   0.02
XYZ43.843626.800194.1289
Yxy26.80010.26610.1626
Hunter Lab51.768860.5783-71.5662
CIE-Lab58.788863.9651-61.5783

#c260fb color RGB value is (194,96,251).

#c260fb hex color red value is 194, green value is 96 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c260fb hue: 0.77 , saturation: 0.95 and the lightness value of c260fb is 0.68.

The process color (four color CMYK) of #c260fb color hex is 0.23, 0.62, 0.00, 0.02. Web safe color of #c260fb is #cc66ff. Color #c260fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 11111011
Octal 302 140 373
Decimal 194 96 251
Hex C2 60 FB

RGB Percentages of Color #c260fb

%35.86
%17.74
%46.40

CMYK Percentages of Color #c260fb

%23
%62
%0
%2

Triadic Colors of #c260fb

#c260fb #fbc260 #60fbc2

Analogous Colors of #c260fb

#c260fb #fb60e7 #7560fb

Monochromatic Colors of #c260fb

#c260fb

Complementary Color

#c260fb #99fb60

#c260fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c260fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c260fb Color CSS Codes

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

#c260fb Text Font Color

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

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


#c260fb Background Color

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

This div background color is #c260fb


#c260fb Border Color

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

This div border color is #c260fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,96,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 #c260fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c260fb


Comments

No comments written yet.

Please login to write comment.