Color Hex Logo

#c29adc Color Hex

#C29ADC
(194,154,220)
0 Favorites   0 Comments

Color spaces of #c29adc

RGB 194154220
HSL0.770.490.73
HSV276°30°86°
CMYK 0.120.300.00   0.14
XYZ46.722039.747872.9197
Yxy39.74780.29310.2494
Hunter Lab63.045921.9525-24.4435
CIE-Lab69.289526.9793-27.9304

#c29adc color RGB value is (194,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 11011100
Octal 302 232 334
Decimal 194 154 220
Hex C2 9A DC

RGB Percentages of Color #c29adc

%34.15
%27.11
%38.73

CMYK Percentages of Color #c29adc

%12
%30
%0
%14

Triadic Colors of #c29adc

#c29adc #dcc29a #9adcc2

Analogous Colors of #c29adc

#c29adc #dc9ad5 #a19adc

Monochromatic Colors of #c29adc

#c29adc

Complementary Color

#c29adc #b4dc9a

#c29adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29adc Color CSS Codes

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

#c29adc Text Font Color

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

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


#c29adc Background Color

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

This div background color is #c29adc


#c29adc Border Color

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

This div border color is #c29adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29adc


Comments

No comments written yet.

Please login to write comment.