Color Hex Logo

#c29cda Color Hex

#C29CDA
(194,156,218)
0 Favorites   0 Comments

Color spaces of #c29cda

RGB 194156218
HSL0.770.460.73
HSV277°28°85°
CMYK 0.110.280.00   0.15
XYZ46.791540.308271.6438
Yxy40.30820.29480.2539
Hunter Lab63.488720.4500-22.4636
CIE-Lab69.688525.4552-26.2159

#c29cda color RGB value is (194,156,218).

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

The process color (four color CMYK) of #c29cda color hex is 0.11, 0.28, 0.00, 0.15. Web safe color of #c29cda is #cc99cc. Color #c29cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 11011010
Octal 302 234 332
Decimal 194 156 218
Hex C2 9C DA

RGB Percentages of Color #c29cda

%34.15
%27.46
%38.38

CMYK Percentages of Color #c29cda

%11
%28
%0
%15

Triadic Colors of #c29cda

#c29cda #dac29c #9cdac2

Analogous Colors of #c29cda

#c29cda #da9cd3 #a39cda

Monochromatic Colors of #c29cda

#c29cda

Complementary Color

#c29cda #b4da9c

#c29cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cda Color CSS Codes

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

#c29cda Text Font Color

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

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


#c29cda Background Color

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

This div background color is #c29cda


#c29cda Border Color

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

This div border color is #c29cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cda


Comments

No comments written yet.

Please login to write comment.