Color Hex Logo

#c29ecc Color Hex

#C29ECC
(194,158,204)
0 Favorites   0 Comments

Color spaces of #c29ecc

RGB 194158204
HSL0.800.310.71
HSV287°23°80°
CMYK 0.050.230.00   0.20
XYZ45.374140.282762.5106
Yxy40.28270.30620.2719
Hunter Lab63.468716.5405-13.9670
CIE-Lab69.670421.5058-18.5167

#c29ecc color RGB value is (194,158,204).

#c29ecc hex color red value is 194, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c29ecc hue: 0.80 , saturation: 0.31 and the lightness value of c29ecc is 0.71.

The process color (four color CMYK) of #c29ecc color hex is 0.05, 0.23, 0.00, 0.20. Web safe color of #c29ecc is #cc99cc. Color #c29ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011110 11001100
Octal 302 236 314
Decimal 194 158 204
Hex C2 9E CC

RGB Percentages of Color #c29ecc

%34.89
%28.42
%36.69

CMYK Percentages of Color #c29ecc

%5
%23
%0
%20

Triadic Colors of #c29ecc

#c29ecc #ccc29e #9eccc2

Analogous Colors of #c29ecc

#c29ecc #cc9ebf #ab9ecc

Monochromatic Colors of #c29ecc

#c29ecc

Complementary Color

#c29ecc #a8cc9e

#c29ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ecc Color CSS Codes

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

#c29ecc Text Font Color

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

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


#c29ecc Background Color

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

This div background color is #c29ecc


#c29ecc Border Color

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

This div border color is #c29ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ecc


Comments

No comments written yet.

Please login to write comment.