Color Hex Logo

#c46cfc Color Hex

#C46CFC
(196,108,252)
0 Favorites   0 Comments

Color spaces of #c46cfc

RGB 196108252
HSL0.770.960.71
HSV277°57°99°
CMYK 0.220.570.00   0.01
XYZ45.698229.489295.3789
Yxy29.48920.26790.1729
Hunter Lab54.304055.1805-66.1236
CIE-Lab61.211058.8971-58.2419

#c46cfc color RGB value is (196,108,252).

#c46cfc hex color red value is 196, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c46cfc hue: 0.77 , saturation: 0.96 and the lightness value of c46cfc is 0.71.

The process color (four color CMYK) of #c46cfc color hex is 0.22, 0.57, 0.00, 0.01. Web safe color of #c46cfc is #cc66ff. Color #c46cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101100 11111100
Octal 304 154 374
Decimal 196 108 252
Hex C4 6C FC

RGB Percentages of Color #c46cfc

%35.25
%19.42
%45.32

CMYK Percentages of Color #c46cfc

%22
%57
%0
%1

Triadic Colors of #c46cfc

#c46cfc #fcc46c #6cfcc4

Analogous Colors of #c46cfc

#c46cfc #fc6cec #7c6cfc

Monochromatic Colors of #c46cfc

#c46cfc

Complementary Color

#c46cfc #a4fc6c

#c46cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46cfc Color CSS Codes

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

#c46cfc Text Font Color

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

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


#c46cfc Background Color

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

This div background color is #c46cfc


#c46cfc Border Color

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

This div border color is #c46cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46cfc


Comments

No comments written yet.

Please login to write comment.