Color Hex Logo

#c26edd Color Hex

#C26EDD
(194,110,221)
0 Favorites   0 Comments

Color spaces of #c26edd

RGB 194110221
HSL0.790.620.65
HSV285°50°87°
CMYK 0.120.500.00   0.13
XYZ40.875227.841771.6262
Yxy27.84170.29130.1984
Hunter Lab52.765245.9379-43.5476
CIE-Lab59.745550.9184-43.3448

#c26edd color RGB value is (194,110,221).

#c26edd hex color red value is 194, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c26edd hue: 0.79 , saturation: 0.62 and the lightness value of c26edd is 0.65.

The process color (four color CMYK) of #c26edd color hex is 0.12, 0.50, 0.00, 0.13. Web safe color of #c26edd is #cc66cc. Color #c26edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101110 11011101
Octal 302 156 335
Decimal 194 110 221
Hex C2 6E DD

RGB Percentages of Color #c26edd

%36.95
%20.95
%42.10

CMYK Percentages of Color #c26edd

%12
%50
%0
%13

Triadic Colors of #c26edd

#c26edd #ddc26e #6eddc2

Analogous Colors of #c26edd

#c26edd #dd6ec1 #8b6edd

Monochromatic Colors of #c26edd

#c26edd

Complementary Color

#c26edd #89dd6e

#c26edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26edd Color CSS Codes

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

#c26edd Text Font Color

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

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


#c26edd Background Color

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

This div background color is #c26edd


#c26edd Border Color

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

This div border color is #c26edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26edd


Comments

No comments written yet.

Please login to write comment.