Color Hex Logo

#c46cfb Color Hex

#C46CFB
(196,108,251)
0 Favorites   0 Comments

Color spaces of #c46cfb

RGB 196108251
HSL0.770.950.70
HSV277°57°98°
CMYK 0.220.570.00   0.02
XYZ45.540129.425994.5463
Yxy29.42590.26870.1736
Hunter Lab54.245654.9238-65.3663
CIE-Lab61.155758.6832-57.7787

#c46cfb color RGB value is (196,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101100 11111011
Octal 304 154 373
Decimal 196 108 251
Hex C4 6C FB

RGB Percentages of Color #c46cfb

%35.32
%19.46
%45.23

CMYK Percentages of Color #c46cfb

%22
%57
%0
%2

Triadic Colors of #c46cfb

#c46cfb #fbc46c #6cfbc4

Analogous Colors of #c46cfb

#c46cfb #fb6ceb #7d6cfb

Monochromatic Colors of #c46cfb

#c46cfb

Complementary Color

#c46cfb #a3fb6c

#c46cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46cfb Color CSS Codes

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

#c46cfb Text Font Color

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

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


#c46cfb Background Color

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

This div background color is #c46cfb


#c46cfb Border Color

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

This div border color is #c46cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.