Color Hex Logo

#c29fdb Color Hex

#C29FDB
(194,159,219)
0 Favorites   0 Comments

Color spaces of #c29fdb

RGB 194159219
HSL0.760.450.74
HSV275°27°86°
CMYK 0.110.270.00   0.14
XYZ47.432541.380172.5050
Yxy41.38010.29400.2565
Hunter Lab64.327419.0461-21.7981
CIE-Lab70.441424.0045-25.6120

#c29fdb color RGB value is (194,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 11011011
Octal 302 237 333
Decimal 194 159 219
Hex C2 9F DB

RGB Percentages of Color #c29fdb

%33.92
%27.80
%38.29

CMYK Percentages of Color #c29fdb

%11
%27
%0
%14

Triadic Colors of #c29fdb

#c29fdb #dbc29f #9fdbc2

Analogous Colors of #c29fdb

#c29fdb #db9fd6 #a49fdb

Monochromatic Colors of #c29fdb

#c29fdb

Complementary Color

#c29fdb #b8db9f

#c29fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29fdb Color CSS Codes

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

#c29fdb Text Font Color

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

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


#c29fdb Background Color

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

This div background color is #c29fdb


#c29fdb Border Color

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

This div border color is #c29fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29fdb


Comments

No comments written yet.

Please login to write comment.