Color Hex Logo

#c29edc Color Hex

#C29EDC
(194,158,220)
0 Favorites   0 Comments

Color spaces of #c29edc

RGB 194158220
HSL0.760.470.74
HSV275°28°86°
CMYK 0.120.280.00   0.14
XYZ47.393341.090473.1435
Yxy41.09040.29320.2542
Hunter Lab64.101819.7948-22.7817
CIE-Lab70.239224.7668-26.4718

#c29edc color RGB value is (194,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011110 11011100
Octal 302 236 334
Decimal 194 158 220
Hex C2 9E DC

RGB Percentages of Color #c29edc

%33.92
%27.62
%38.46

CMYK Percentages of Color #c29edc

%12
%28
%0
%14

Triadic Colors of #c29edc

#c29edc #dcc29e #9edcc2

Analogous Colors of #c29edc

#c29edc #dc9ed7 #a39edc

Monochromatic Colors of #c29edc

#c29edc

Complementary Color

#c29edc #b8dc9e

#c29edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29edc Color CSS Codes

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

#c29edc Text Font Color

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

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


#c29edc Background Color

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

This div background color is #c29edc


#c29edc Border Color

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

This div border color is #c29edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,158,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 #c29edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29edc


Comments

No comments written yet.

Please login to write comment.