Color Hex Logo

#c29fda Color Hex

#C29FDA
(194,159,218)
0 Favorites   0 Comments

Color spaces of #c29fda

RGB 194159218
HSL0.770.440.74
HSV276°27°85°
CMYK 0.110.270.00   0.15
XYZ47.301241.327671.8136
Yxy41.32760.29480.2576
Hunter Lab64.286518.8365-21.2314
CIE-Lab70.404823.7959-25.1182

#c29fda color RGB value is (194,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 11011010
Octal 302 237 332
Decimal 194 159 218
Hex C2 9F DA

RGB Percentages of Color #c29fda

%33.98
%27.85
%38.18

CMYK Percentages of Color #c29fda

%11
%27
%0
%15

Triadic Colors of #c29fda

#c29fda #dac29f #9fdac2

Analogous Colors of #c29fda

#c29fda #da9fd5 #a59fda

Monochromatic Colors of #c29fda

#c29fda

Complementary Color

#c29fda #b7da9f

#c29fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29fda Color CSS Codes

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

#c29fda Text Font Color

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

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


#c29fda Background Color

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

This div background color is #c29fda


#c29fda Border Color

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

This div border color is #c29fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29fda


Comments

No comments written yet.

Please login to write comment.