Color Hex Logo

#c29feb Color Hex

#C29FEB
(194,159,235)
0 Favorites   0 Comments

Color spaces of #c29feb

RGB 194159235
HSL0.740.660.77
HSV268°32°92°
CMYK 0.170.320.00   0.08
XYZ49.641742.263884.1386
Yxy42.26380.28200.2401
Hunter Lab65.010622.5329-31.2274
CIE-Lab71.052427.4349-33.4402

#c29feb color RGB value is (194,159,235).

#c29feb hex color red value is 194, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c29feb hue: 0.74 , saturation: 0.66 and the lightness value of c29feb is 0.77.

The process color (four color CMYK) of #c29feb color hex is 0.17, 0.32, 0.00, 0.08. Web safe color of #c29feb is #cc99ff. Color #c29feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011111 11101011
Octal 302 237 353
Decimal 194 159 235
Hex C2 9F EB

RGB Percentages of Color #c29feb

%32.99
%27.04
%39.97

CMYK Percentages of Color #c29feb

%17
%32
%0
%8

Triadic Colors of #c29feb

#c29feb #ebc29f #9febc2

Analogous Colors of #c29feb

#c29feb #e89feb #9fa2eb

Monochromatic Colors of #c29feb

#c29feb

Complementary Color

#c29feb #c8eb9f

#c29feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29feb Color CSS Codes

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

#c29feb Text Font Color

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

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


#c29feb Background Color

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

This div background color is #c29feb


#c29feb Border Color

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

This div border color is #c29feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29feb


Comments

No comments written yet.

Please login to write comment.