Color Hex Logo

#c26eda Color Hex

#C26EDA
(194,110,218)
0 Favorites   0 Comments

Color spaces of #c26eda

RGB 194110218
HSL0.800.590.64
HSV287°50°85°
CMYK 0.110.500.00   0.15
XYZ40.479027.683269.5396
Yxy27.68320.29400.2010
Hunter Lab52.614845.2523-41.5316
CIE-Lab59.601450.3158-41.8874

#c26eda color RGB value is (194,110,218).

#c26eda hex color red value is 194, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c26eda hue: 0.80 , saturation: 0.59 and the lightness value of c26eda is 0.64.

The process color (four color CMYK) of #c26eda color hex is 0.11, 0.50, 0.00, 0.15. Web safe color of #c26eda is #cc66cc. Color #c26eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101110 11011010
Octal 302 156 332
Decimal 194 110 218
Hex C2 6E DA

RGB Percentages of Color #c26eda

%37.16
%21.07
%41.76

CMYK Percentages of Color #c26eda

%11
%50
%0
%15

Triadic Colors of #c26eda

#c26eda #dac26e #6edac2

Analogous Colors of #c26eda

#c26eda #da6ebc #8c6eda

Monochromatic Colors of #c26eda

#c26eda

Complementary Color

#c26eda #86da6e

#c26eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26eda Color CSS Codes

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

#c26eda Text Font Color

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

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


#c26eda Background Color

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

This div background color is #c26eda


#c26eda Border Color

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

This div border color is #c26eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26eda


Comments

No comments written yet.

Please login to write comment.