color codes Logo

#c46ffb color codes

#C46FFB
(196,111,251)
0 Favorites   0 Comments

Color spaces of #c46ffb

RGB 196111251
HSL0.770.950.71
HSV276°56°98°
CMYK 0.220.560.00   0.02
XYZ45.862030.069794.6536
Yxy30.06970.26890.1763
Hunter Lab54.835853.3259-63.9569
CIE-Lab61.714357.1950-56.8877

#c46ffb color RGB value is (196,111,251).

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

The process color (four color CMYK) of #c46ffb color code is 0.22, 0.56, 0.00, 0.02. Web safe color of #c46ffb is #cc66ff. Color #c46ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 11111011
Octal 304 157 373
Decimal 196 111 251
Hex C4 6F FB

RGB Percentages of Color #c46ffb

%35.13
%19.89
%44.98

CMYK Percentages of Color #c46ffb

%22
%56
%0
%2

Triadic Colors of #c46ffb

#c46ffb #fbc46f #6ffbc4

Analogous Colors of #c46ffb

#c46ffb #fb6fec #7e6ffb

Monochromatic Colors of #c46ffb

#c46ffb

Complementary Color

#c46ffb #a6fb6f

#c46ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ffb Color CSS Codes

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

#c46ffb Text Font Color

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

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


#c46ffb Background Color

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

This div background color is #c46ffb


#c46ffb Border Color

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

This div border color is #c46ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46ffb


Comments

No comments written yet.

Please login to write comment.