Color Hex Logo

#c46fff Color Hex

#C46FFF
(196,111,255)
0 Favorites   0 Comments

Color spaces of #c46fff

RGB 196111255
HSL0.771.000.72
HSV275°56°100°
CMYK 0.230.560.00   0.00
XYZ46.499430.324698.0102
Yxy30.32460.26600.1734
Hunter Lab55.067854.3573-66.9775
CIE-Lab61.933358.0596-58.7403

#c46fff color RGB value is (196,111,255).

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

The process color (four color CMYK) of #c46fff color hex is 0.23, 0.56, 0.00, 0.00. Web safe color of #c46fff is #cc66ff. Color #c46fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 11111111
Octal 304 157 377
Decimal 196 111 255
Hex C4 6F FF

RGB Percentages of Color #c46fff

%34.88
%19.75
%45.37

CMYK Percentages of Color #c46fff

%23
%56
%0
%0

Triadic Colors of #c46fff

#c46fff #ffc46f #6fffc4

Analogous Colors of #c46fff

#c46fff #ff6ff2 #7c6fff

Monochromatic Colors of #c46fff

#c46fff

Complementary Color

#c46fff #aaff6f

#c46fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fff Color CSS Codes

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

#c46fff Text Font Color

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

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


#c46fff Background Color

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

This div background color is #c46fff


#c46fff Border Color

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

This div border color is #c46fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fff

Related Colors

#c46fff Color Palettes


Comments

No comments written yet.

Please login to write comment.