Color Hex Logo

#c46bfb Color Hex

#C46BFB
(196,107,251)
0 Favorites   0 Comments

Color spaces of #c46bfb

RGB 196107251
HSL0.770.950.70
HSV277°57°98°
CMYK 0.220.570.00   0.02
XYZ45.435229.216294.5114
Yxy29.21620.26860.1727
Hunter Lab54.052055.4530-65.8338
CIE-Lab60.972059.1744-58.0720

#c46bfb color RGB value is (196,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 11111011
Octal 304 153 373
Decimal 196 107 251
Hex C4 6B FB

RGB Percentages of Color #c46bfb

%35.38
%19.31
%45.31

CMYK Percentages of Color #c46bfb

%22
%57
%0
%2

Triadic Colors of #c46bfb

#c46bfb #fbc46b #6bfbc4

Analogous Colors of #c46bfb

#c46bfb #fb6bea #7c6bfb

Monochromatic Colors of #c46bfb

#c46bfb

Complementary Color

#c46bfb #a2fb6b

#c46bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46bfb Color CSS Codes

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

#c46bfb Text Font Color

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

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


#c46bfb Background Color

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

This div background color is #c46bfb


#c46bfb Border Color

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

This div border color is #c46bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46bfb


Comments

No comments written yet.

Please login to write comment.