Color Hex Logo

#c29dec Color Hex

#C29DEC
(194,157,236)
0 Favorites   0 Comments

Color spaces of #c29dec

RGB 194157236
HSL0.740.680.77
HSV268°33°93°
CMYK 0.180.330.00   0.07
XYZ49.445441.639484.7880
Yxy41.63940.28110.2368
Hunter Lab64.528623.8516-32.7347
CIE-Lab70.621628.7605-34.6540

#c29dec color RGB value is (194,157,236).

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

The process color (four color CMYK) of #c29dec color hex is 0.18, 0.33, 0.00, 0.07. Web safe color of #c29dec is #cc99ff. Color #c29dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 11101100
Octal 302 235 354
Decimal 194 157 236
Hex C2 9D EC

RGB Percentages of Color #c29dec

%33.05
%26.75
%40.20

CMYK Percentages of Color #c29dec

%18
%33
%0
%7

Triadic Colors of #c29dec

#c29dec #ecc29d #9decc2

Analogous Colors of #c29dec

#c29dec #ea9dec #9da0ec

Monochromatic Colors of #c29dec

#c29dec

Complementary Color

#c29dec #c7ec9d

#c29dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29dec Color CSS Codes

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

#c29dec Text Font Color

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

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


#c29dec Background Color

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

This div background color is #c29dec


#c29dec Border Color

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

This div border color is #c29dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29dec


Comments

No comments written yet.

Please login to write comment.