Color Hex Logo

#c49cfb Color Hex

#C49CFB
(196,156,251)
0 Favorites   0 Comments

Color spaces of #c49cfb

RGB 196156251
HSL0.740.920.80
HSV265°38°98°
CMYK 0.220.380.00   0.02
XYZ52.066042.477796.7216
Yxy42.47770.27220.2221
Hunter Lab65.174928.5414-42.3658
CIE-Lab71.199033.2538-41.9149

#c49cfb color RGB value is (196,156,251).

#c49cfb hex color red value is 196, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c49cfb hue: 0.74 , saturation: 0.92 and the lightness value of c49cfb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11111011
Octal 304 234 373
Decimal 196 156 251
Hex C4 9C FB

RGB Percentages of Color #c49cfb

%32.50
%25.87
%41.63

CMYK Percentages of Color #c49cfb

%22
%38
%0
%2

Triadic Colors of #c49cfb

#c49cfb #fbc49c #9cfbc4

Analogous Colors of #c49cfb

#c49cfb #f49cfb #9ca4fb

Monochromatic Colors of #c49cfb

#c49cfb

Complementary Color

#c49cfb #d3fb9c

#c49cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49cfb Color CSS Codes

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

#c49cfb Text Font Color

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

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


#c49cfb Background Color

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

This div background color is #c49cfb


#c49cfb Border Color

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

This div border color is #c49cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49cfb


Comments

No comments written yet.

Please login to write comment.