Color Hex Logo

#c29aed Color Hex

#C29AED
(194,154,237)
0 Favorites   0 Comments

Color spaces of #c29aed

RGB 194154237
HSL0.750.700.77
HSV269°35°93°
CMYK 0.180.350.00   0.07
XYZ49.089840.695085.3884
Yxy40.69500.28020.2323
Hunter Lab63.792625.7225-34.7066
CIE-Lab69.961730.6385-36.2250

#c29aed color RGB value is (194,154,237).

#c29aed hex color red value is 194, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c29aed hue: 0.75 , saturation: 0.70 and the lightness value of c29aed is 0.77.

The process color (four color CMYK) of #c29aed color hex is 0.18, 0.35, 0.00, 0.07. Web safe color of #c29aed is #cc99ff. Color #c29aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 11101101
Octal 302 232 355
Decimal 194 154 237
Hex C2 9A ED

RGB Percentages of Color #c29aed

%33.16
%26.32
%40.51

CMYK Percentages of Color #c29aed

%18
%35
%0
%7

Triadic Colors of #c29aed

#c29aed #edc29a #9aedc2

Analogous Colors of #c29aed

#c29aed #ec9aed #9a9ced

Monochromatic Colors of #c29aed

#c29aed

Complementary Color

#c29aed #c5ed9a

#c29aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29aed Color CSS Codes

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

#c29aed Text Font Color

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

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


#c29aed Background Color

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

This div background color is #c29aed


#c29aed Border Color

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

This div border color is #c29aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29aed


Comments

No comments written yet.

Please login to write comment.