Color Hex Logo

#c29dfa Color Hex

#C29DFA
(194,157,250)
0 Favorites   0 Comments

Color spaces of #c29dfa

RGB 194157250
HSL0.730.900.80
HSV264°37°98°
CMYK 0.220.370.00   0.02
XYZ51.560442.485495.9255
Yxy42.48540.27140.2236
Hunter Lab65.180827.1335-41.6295
CIE-Lab71.204331.9026-41.3768

#c29dfa color RGB value is (194,157,250).

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

The process color (four color CMYK) of #c29dfa color hex is 0.22, 0.37, 0.00, 0.02. Web safe color of #c29dfa is #cc99ff. Color #c29dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011101 11111010
Octal 302 235 372
Decimal 194 157 250
Hex C2 9D FA

RGB Percentages of Color #c29dfa

%32.28
%26.12
%41.60

CMYK Percentages of Color #c29dfa

%22
%37
%0
%2

Triadic Colors of #c29dfa

#c29dfa #fac29d #9dfac2

Analogous Colors of #c29dfa

#c29dfa #f19dfa #9da7fa

Monochromatic Colors of #c29dfa

#c29dfa

Complementary Color

#c29dfa #d5fa9d

#c29dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29dfa Color CSS Codes

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

#c29dfa Text Font Color

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

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


#c29dfa Background Color

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

This div background color is #c29dfa


#c29dfa Border Color

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

This div border color is #c29dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29dfa


Comments

No comments written yet.

Please login to write comment.