Color Hex Logo

#c49feb Color Hex

#C49FEB
(196,159,235)
0 Favorites   0 Comments

Color spaces of #c49feb

RGB 196159235
HSL0.750.660.77
HSV269°32°92°
CMYK 0.170.320.00   0.08
XYZ50.158542.530284.1628
Yxy42.53020.28360.2405
Hunter Lab65.215223.1619-30.8655
CIE-Lab71.234928.0407-33.1431

#c49feb color RGB value is (196,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11101011
Octal 304 237 353
Decimal 196 159 235
Hex C4 9F EB

RGB Percentages of Color #c49feb

%33.22
%26.95
%39.83

CMYK Percentages of Color #c49feb

%17
%32
%0
%8

Triadic Colors of #c49feb

#c49feb #ebc49f #9febc4

Analogous Colors of #c49feb

#c49feb #ea9feb #9fa0eb

Monochromatic Colors of #c49feb

#c49feb

Complementary Color

#c49feb #c6eb9f

#c49feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49feb Color CSS Codes

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

#c49feb Text Font Color

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

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


#c49feb Background Color

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

This div background color is #c49feb


#c49feb Border Color

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

This div border color is #c49feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49feb


Comments

No comments written yet.

Please login to write comment.