Color Hex Logo

#c260eb Color Hex

#C260EB
(194,96,235)
0 Favorites   0 Comments

Color spaces of #c260eb

RGB 19496235
HSL0.780.780.65
HSV282°59°92°
CMYK 0.170.590.00   0.08
XYZ41.426425.833281.4002
Yxy25.83320.27870.1738
Hunter Lab50.826456.5416-59.3765
CIE-Lab57.878460.6550-54.1410

#c260eb color RGB value is (194,96,235).

#c260eb hex color red value is 194, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c260eb hue: 0.78 , saturation: 0.78 and the lightness value of c260eb is 0.65.

The process color (four color CMYK) of #c260eb color hex is 0.17, 0.59, 0.00, 0.08. Web safe color of #c260eb is #cc66ff. Color #c260eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 11101011
Octal 302 140 353
Decimal 194 96 235
Hex C2 60 EB

RGB Percentages of Color #c260eb

%36.95
%18.29
%44.76

CMYK Percentages of Color #c260eb

%17
%59
%0
%8

Triadic Colors of #c260eb

#c260eb #ebc260 #60ebc2

Analogous Colors of #c260eb

#c260eb #eb60cf #7d60eb

Monochromatic Colors of #c260eb

#c260eb

Complementary Color

#c260eb #89eb60

#c260eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c260eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c260eb Color CSS Codes

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

#c260eb Text Font Color

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

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


#c260eb Background Color

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

This div background color is #c260eb


#c260eb Border Color

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

This div border color is #c260eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,96,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c260eb


Comments

No comments written yet.

Please login to write comment.