Color Hex Logo

#c29add Color Hex

#C29ADD
(194,154,221)
0 Favorites   0 Comments

Color spaces of #c29add

RGB 194154221
HSL0.770.500.74
HSV276°30°87°
CMYK 0.120.300.00   0.13
XYZ46.854939.801073.6195
Yxy39.80100.29230.2483
Hunter Lab63.088022.1662-25.0258
CIE-Lab69.327627.1892-28.4228

#c29add color RGB value is (194,154,221).

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

The process color (four color CMYK) of #c29add color hex is 0.12, 0.30, 0.00, 0.13. Web safe color of #c29add is #cc99cc. Color #c29add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 11011101
Octal 302 232 335
Decimal 194 154 221
Hex C2 9A DD

RGB Percentages of Color #c29add

%34.09
%27.07
%38.84

CMYK Percentages of Color #c29add

%12
%30
%0
%13

Triadic Colors of #c29add

#c29add #ddc29a #9addc2

Analogous Colors of #c29add

#c29add #dd9ad7 #a19add

Monochromatic Colors of #c29add

#c29add

Complementary Color

#c29add #b5dd9a

#c29add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29add Color CSS Codes

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

#c29add Text Font Color

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

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


#c29add Background Color

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

This div background color is #c29add


#c29add Border Color

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

This div border color is #c29add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29add


Comments

No comments written yet.

Please login to write comment.