Color Hex Logo

#c26aed Color Hex

#C26AED
(194,106,237)
0 Favorites   0 Comments

Color spaces of #c26aed

RGB 194106237
HSL0.780.780.67
HSV280°55°93°
CMYK 0.180.550.00   0.07
XYZ42.688227.891883.2545
Yxy27.89180.27750.1813
Hunter Lab52.812751.8583-56.4965
CIE-Lab59.790956.2221-52.2116

#c26aed color RGB value is (194,106,237).

#c26aed hex color red value is 194, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c26aed hue: 0.78 , saturation: 0.78 and the lightness value of c26aed is 0.67.

The process color (four color CMYK) of #c26aed color hex is 0.18, 0.55, 0.00, 0.07. Web safe color of #c26aed is #cc66ff. Color #c26aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101010 11101101
Octal 302 152 355
Decimal 194 106 237
Hex C2 6A ED

RGB Percentages of Color #c26aed

%36.13
%19.74
%44.13

CMYK Percentages of Color #c26aed

%18
%55
%0
%7

Triadic Colors of #c26aed

#c26aed #edc26a #6aedc2

Analogous Colors of #c26aed

#c26aed #ed6ad7 #816aed

Monochromatic Colors of #c26aed

#c26aed

Complementary Color

#c26aed #95ed6a

#c26aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26aed Color CSS Codes

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

#c26aed Text Font Color

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

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


#c26aed Background Color

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

This div background color is #c26aed


#c26aed Border Color

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

This div border color is #c26aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26aed


Comments

No comments written yet.

Please login to write comment.