Color Hex Logo

#c29cfe Color Hex

#C29CFE
(194,156,254)
0 Favorites   0 Comments

Color spaces of #c29cfe

RGB 194156254
HSL0.730.980.80
HSV263°39°100°
CMYK 0.240.390.00   0.00
XYZ52.026042.402099.2083
Yxy42.40200.26870.2190
Hunter Lab65.116828.6607-44.7491
CIE-Lab71.147233.3725-43.6379

#c29cfe color RGB value is (194,156,254).

#c29cfe hex color red value is 194, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c29cfe hue: 0.73 , saturation: 0.98 and the lightness value of c29cfe is 0.80.

The process color (four color CMYK) of #c29cfe color hex is 0.24, 0.39, 0.00, 0.00. Web safe color of #c29cfe is #cc99ff. Color #c29cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011100 11111110
Octal 302 234 376
Decimal 194 156 254
Hex C2 9C FE

RGB Percentages of Color #c29cfe

%32.12
%25.83
%42.05

CMYK Percentages of Color #c29cfe

%24
%39
%0
%0

Triadic Colors of #c29cfe

#c29cfe #fec29c #9cfec2

Analogous Colors of #c29cfe

#c29cfe #f39cfe #9ca7fe

Monochromatic Colors of #c29cfe

#c29cfe

Complementary Color

#c29cfe #d8fe9c

#c29cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29cfe Color CSS Codes

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

#c29cfe Text Font Color

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

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


#c29cfe Background Color

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

This div background color is #c29cfe


#c29cfe Border Color

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

This div border color is #c29cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.