Color Hex Logo

#c29eca Color Hex

#C29ECA
(194,158,202)
0 Favorites   0 Comments

Color spaces of #c29eca

RGB 194158202
HSL0.800.290.71
HSV289°22°79°
CMYK 0.040.220.00   0.21
XYZ45.135740.187361.2551
Yxy40.18730.30790.2742
Hunter Lab63.393516.1522-12.9146
CIE-Lab69.602721.1119-17.5130

#c29eca color RGB value is (194,158,202).

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

The process color (four color CMYK) of #c29eca color hex is 0.04, 0.22, 0.00, 0.21. Web safe color of #c29eca is #cc99cc. Color #c29eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011110 11001010
Octal 302 236 312
Decimal 194 158 202
Hex C2 9E CA

RGB Percentages of Color #c29eca

%35.02
%28.52
%36.46

CMYK Percentages of Color #c29eca

%4
%22
%0
%21

Triadic Colors of #c29eca

#c29eca #cac29e #9ecac2

Analogous Colors of #c29eca

#c29eca #ca9ebc #ac9eca

Monochromatic Colors of #c29eca

#c29eca

Complementary Color

#c29eca #a6ca9e

#c29eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29eca Color CSS Codes

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

#c29eca Text Font Color

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

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


#c29eca Background Color

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

This div background color is #c29eca


#c29eca Border Color

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

This div border color is #c29eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29eca


Comments

No comments written yet.

Please login to write comment.