Color Hex Logo

#c29bda Color Hex

#C29BDA
(194,155,218)
0 Favorites   0 Comments

Color spaces of #c29bda

RGB 194155218
HSL0.770.460.73
HSV277°29°85°
CMYK 0.110.290.00   0.15
XYZ46.624439.974071.5880
Yxy39.97400.29470.2527
Hunter Lab63.225020.9886-22.8750
CIE-Lab69.451026.0083-26.5802

#c29bda color RGB value is (194,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011011 11011010
Octal 302 233 332
Decimal 194 155 218
Hex C2 9B DA

RGB Percentages of Color #c29bda

%34.22
%27.34
%38.45

CMYK Percentages of Color #c29bda

%11
%29
%0
%15

Triadic Colors of #c29bda

#c29bda #dac29b #9bdac2

Analogous Colors of #c29bda

#c29bda #da9bd3 #a39bda

Monochromatic Colors of #c29bda

#c29bda

Complementary Color

#c29bda #b3da9b

#c29bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29bda Color CSS Codes

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

#c29bda Text Font Color

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

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


#c29bda Background Color

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

This div background color is #c29bda


#c29bda Border Color

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

This div border color is #c29bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29bda


Comments

No comments written yet.

Please login to write comment.