Color Hex Logo

#c46dfe Color Hex

#C46DFE
(196,109,254)
0 Favorites   0 Comments

Color spaces of #c46dfe

RGB 196109254
HSL0.770.990.71
HSV276°57°100°
CMYK 0.230.570.00   0.00
XYZ46.123029.828897.0925
Yxy29.82880.26650.1724
Hunter Lab54.615755.1657-67.1711
CIE-Lab61.506258.8344-58.8720

#c46dfe color RGB value is (196,109,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101101 11111110
Octal 304 155 376
Decimal 196 109 254
Hex C4 6D FE

RGB Percentages of Color #c46dfe

%35.06
%19.50
%45.44

CMYK Percentages of Color #c46dfe

%23
%57
%0
%0

Triadic Colors of #c46dfe

#c46dfe #fec46d #6dfec4

Analogous Colors of #c46dfe

#c46dfe #fe6df0 #7c6dfe

Monochromatic Colors of #c46dfe

#c46dfe

Complementary Color

#c46dfe #a7fe6d

#c46dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46dfe Color CSS Codes

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

#c46dfe Text Font Color

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

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


#c46dfe Background Color

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

This div background color is #c46dfe


#c46dfe Border Color

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

This div border color is #c46dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46dfe


Comments

No comments written yet.

Please login to write comment.