Color Hex Logo

#c46fec Color Hex

#C46FEC
(196,111,236)
0 Favorites   0 Comments

Color spaces of #c46fec

RGB 196111236
HSL0.780.770.68
HSV281°53°93°
CMYK 0.170.530.00   0.07
XYZ43.589729.160882.6880
Yxy29.16080.28040.1876
Hunter Lab54.000749.5849-52.9866
CIE-Lab60.923354.0177-49.8434

#c46fec color RGB value is (196,111,236).

#c46fec hex color red value is 196, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c46fec hue: 0.78 , saturation: 0.77 and the lightness value of c46fec is 0.68.

The process color (four color CMYK) of #c46fec color hex is 0.17, 0.53, 0.00, 0.07. Web safe color of #c46fec is #cc66ff. Color #c46fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 11101100
Octal 304 157 354
Decimal 196 111 236
Hex C4 6F EC

RGB Percentages of Color #c46fec

%36.10
%20.44
%43.46

CMYK Percentages of Color #c46fec

%17
%53
%0
%7

Triadic Colors of #c46fec

#c46fec #ecc46f #6fecc4

Analogous Colors of #c46fec

#c46fec #ec6fd6 #866fec

Monochromatic Colors of #c46fec

#c46fec

Complementary Color

#c46fec #97ec6f

#c46fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fec Color CSS Codes

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

#c46fec Text Font Color

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

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


#c46fec Background Color

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

This div background color is #c46fec


#c46fec Border Color

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

This div border color is #c46fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fec


Comments

No comments written yet.

Please login to write comment.