Color Hex Logo

#c29dfe Color Hex

#C29DFE
(194,157,254)
0 Favorites   0 Comments

Color spaces of #c29dfe

RGB 194157254
HSL0.730.980.81
HSV263°38°100°
CMYK 0.240.380.00   0.00
XYZ52.194542.739099.2644
Yxy42.73900.26880.2201
Hunter Lab65.375128.1054-44.2624
CIE-Lab71.377532.8210-43.2775

#c29dfe color RGB value is (194,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 11111110
Octal 302 235 376
Decimal 194 157 254
Hex C2 9D FE

RGB Percentages of Color #c29dfe

%32.07
%25.95
%41.98

CMYK Percentages of Color #c29dfe

%24
%38
%0
%0

Triadic Colors of #c29dfe

#c29dfe #fec29d #9dfec2

Analogous Colors of #c29dfe

#c29dfe #f39dfe #9da9fe

Monochromatic Colors of #c29dfe

#c29dfe

Complementary Color

#c29dfe #d9fe9d

#c29dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29dfe Color CSS Codes

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

#c29dfe Text Font Color

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

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


#c29dfe Background Color

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

This div background color is #c29dfe


#c29dfe Border Color

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

This div border color is #c29dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29dfe


Comments

No comments written yet.

Please login to write comment.