Color Hex Logo

#c49ffc Color Hex

#C49FFC
(196,159,252)
0 Favorites   0 Comments

Color spaces of #c49ffc

RGB 196159252
HSL0.730.940.81
HSV264°37°99°
CMYK 0.220.370.00   0.01
XYZ52.733843.560397.7241
Yxy43.56030.27180.2245
Hunter Lab66.000227.1201-41.5884
CIE-Lab71.933631.8292-41.3103

#c49ffc color RGB value is (196,159,252).

#c49ffc hex color red value is 196, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c49ffc hue: 0.73 , saturation: 0.94 and the lightness value of c49ffc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11111100
Octal 304 237 374
Decimal 196 159 252
Hex C4 9F FC

RGB Percentages of Color #c49ffc

%32.29
%26.19
%41.52

CMYK Percentages of Color #c49ffc

%22
%37
%0
%1

Triadic Colors of #c49ffc

#c49ffc #fcc49f #9ffcc4

Analogous Colors of #c49ffc

#c49ffc #f39ffc #9fa9fc

Monochromatic Colors of #c49ffc

#c49ffc

Complementary Color

#c49ffc #d7fc9f

#c49ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ffc Color CSS Codes

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

#c49ffc Text Font Color

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

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


#c49ffc Background Color

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

This div background color is #c49ffc


#c49ffc Border Color

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

This div border color is #c49ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ffc


Comments

No comments written yet.

Please login to write comment.