Color Hex Logo

#c29cdc Color Hex

#C29CDC
(194,156,220)
0 Favorites   0 Comments

Color spaces of #c29cdc

RGB 194156220
HSL0.770.480.74
HSV276°29°86°
CMYK 0.120.290.00   0.14
XYZ47.054940.413673.0307
Yxy40.41360.29320.2518
Hunter Lab63.571720.8728-23.6117
CIE-Lab69.763125.8730-27.2026

#c29cdc color RGB value is (194,156,220).

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

The process color (four color CMYK) of #c29cdc color hex is 0.12, 0.29, 0.00, 0.14. Web safe color of #c29cdc is #cc99cc. Color #c29cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 11011100
Octal 302 234 334
Decimal 194 156 220
Hex C2 9C DC

RGB Percentages of Color #c29cdc

%34.04
%27.37
%38.60

CMYK Percentages of Color #c29cdc

%12
%29
%0
%14

Triadic Colors of #c29cdc

#c29cdc #dcc29c #9cdcc2

Analogous Colors of #c29cdc

#c29cdc #dc9cd6 #a29cdc

Monochromatic Colors of #c29cdc

#c29cdc

Complementary Color

#c29cdc #b6dc9c

#c29cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cdc Color CSS Codes

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

#c29cdc Text Font Color

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

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


#c29cdc Background Color

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

This div background color is #c29cdc


#c29cdc Border Color

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

This div border color is #c29cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cdc


Comments

No comments written yet.

Please login to write comment.