Color Hex Logo

#c261eb Color Hex

#C261EB
(194,97,235)
0 Favorites   0 Comments

Color spaces of #c261eb

RGB 19497235
HSL0.780.780.65
HSV282°59°92°
CMYK 0.170.590.00   0.08
XYZ41.518226.016981.4308
Yxy26.01690.27870.1747
Hunter Lab51.006856.0326-58.9500
CIE-Lab58.053160.1818-53.8625

#c261eb color RGB value is (194,97,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100001 11101011
Octal 302 141 353
Decimal 194 97 235
Hex C2 61 EB

RGB Percentages of Color #c261eb

%36.88
%18.44
%44.68

CMYK Percentages of Color #c261eb

%17
%59
%0
%8

Triadic Colors of #c261eb

#c261eb #ebc261 #61ebc2

Analogous Colors of #c261eb

#c261eb #eb61cf #7d61eb

Monochromatic Colors of #c261eb

#c261eb

Complementary Color

#c261eb #8aeb61

#c261eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c261eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c261eb Color CSS Codes

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

#c261eb Text Font Color

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

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


#c261eb Background Color

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

This div background color is #c261eb


#c261eb Border Color

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

This div border color is #c261eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c261eb


Comments

No comments written yet.

Please login to write comment.