Color Hex Logo

#c49cfc Color Hex

#C49CFC
(196,156,252)
0 Favorites   0 Comments

Color spaces of #c49cfc

RGB 196156252
HSL0.740.940.80
HSV265°38°99°
CMYK 0.220.380.00   0.01
XYZ52.224142.541097.5542
Yxy42.54100.27150.2212
Hunter Lab65.223528.7830-43.0231
CIE-Lab71.242333.4809-42.3903

#c49cfc color RGB value is (196,156,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011100 11111100
Octal 304 234 374
Decimal 196 156 252
Hex C4 9C FC

RGB Percentages of Color #c49cfc

%32.45
%25.83
%41.72

CMYK Percentages of Color #c49cfc

%22
%38
%0
%1

Triadic Colors of #c49cfc

#c49cfc #fcc49c #9cfcc4

Analogous Colors of #c49cfc

#c49cfc #f49cfc #9ca4fc

Monochromatic Colors of #c49cfc

#c49cfc

Complementary Color

#c49cfc #d4fc9c

#c49cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49cfc Color CSS Codes

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

#c49cfc Text Font Color

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

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


#c49cfc Background Color

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

This div background color is #c49cfc


#c49cfc Border Color

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

This div border color is #c49cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.