Color Hex Logo

#c29deb Color Hex

#C29DEB
(194,157,235)
0 Favorites   0 Comments

Color spaces of #c29deb

RGB 194157235
HSL0.750.660.77
HSV268°33°92°
CMYK 0.170.330.00   0.08
XYZ49.300541.581484.0249
Yxy41.58140.28190.2377
Hunter Lab64.483623.6245-32.1188
CIE-Lab70.581428.5407-34.1697

#c29deb color RGB value is (194,157,235).

#c29deb hex color red value is 194, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c29deb hue: 0.75 , saturation: 0.66 and the lightness value of c29deb is 0.77.

The process color (four color CMYK) of #c29deb color hex is 0.17, 0.33, 0.00, 0.08. Web safe color of #c29deb is #cc99ff. Color #c29deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 11101011
Octal 302 235 353
Decimal 194 157 235
Hex C2 9D EB

RGB Percentages of Color #c29deb

%33.11
%26.79
%40.10

CMYK Percentages of Color #c29deb

%17
%33
%0
%8

Triadic Colors of #c29deb

#c29deb #ebc29d #9debc2

Analogous Colors of #c29deb

#c29deb #e99deb #9d9feb

Monochromatic Colors of #c29deb

#c29deb

Complementary Color

#c29deb #c6eb9d

#c29deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29deb Color CSS Codes

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

#c29deb Text Font Color

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

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


#c29deb Background Color

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

This div background color is #c29deb


#c29deb Border Color

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

This div border color is #c29deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29deb


Comments

No comments written yet.

Please login to write comment.