Color Hex Logo

#c29ddf Color Hex

#C29DDF
(194,157,223)
0 Favorites   0 Comments

Color spaces of #c29ddf

RGB 194157223
HSL0.760.510.75
HSV274°30°87°
CMYK 0.130.300.00   0.13
XYZ47.624440.911075.1986
Yxy40.91100.29090.2499
Hunter Lab63.961720.9740-24.9330
CIE-Lab70.113525.9519-28.3139

#c29ddf color RGB value is (194,157,223).

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

The process color (four color CMYK) of #c29ddf color hex is 0.13, 0.30, 0.00, 0.13. Web safe color of #c29ddf is #cc99cc. Color #c29ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 11011111
Octal 302 235 337
Decimal 194 157 223
Hex C2 9D DF

RGB Percentages of Color #c29ddf

%33.80
%27.35
%38.85

CMYK Percentages of Color #c29ddf

%13
%30
%0
%13

Triadic Colors of #c29ddf

#c29ddf #dfc29d #9ddfc2

Analogous Colors of #c29ddf

#c29ddf #df9ddb #a19ddf

Monochromatic Colors of #c29ddf

#c29ddf

Complementary Color

#c29ddf #badf9d

#c29ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ddf Color CSS Codes

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

#c29ddf Text Font Color

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

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


#c29ddf Background Color

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

This div background color is #c29ddf


#c29ddf Border Color

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

This div border color is #c29ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ddf


Comments

No comments written yet.

Please login to write comment.