Color Hex Logo

#c46ffd Color Hex

#C46FFD
(196,111,253)
0 Favorites   0 Comments

Color spaces of #c46ffd

RGB 196111253
HSL0.770.970.71
HSV276°56°99°
CMYK 0.230.560.00   0.01
XYZ46.179030.196596.3231
Yxy30.19650.26740.1749
Hunter Lab54.951353.8397-65.4623
CIE-Lab61.823457.6263-57.8153

#c46ffd color RGB value is (196,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 11111101
Octal 304 157 375
Decimal 196 111 253
Hex C4 6F FD

RGB Percentages of Color #c46ffd

%35.00
%19.82
%45.18

CMYK Percentages of Color #c46ffd

%23
%56
%0
%1

Triadic Colors of #c46ffd

#c46ffd #fdc46f #6ffdc4

Analogous Colors of #c46ffd

#c46ffd #fd6fef #7d6ffd

Monochromatic Colors of #c46ffd

#c46ffd

Complementary Color

#c46ffd #a8fd6f

#c46ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ffd Color CSS Codes

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

#c46ffd Text Font Color

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

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


#c46ffd Background Color

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

This div background color is #c46ffd


#c46ffd Border Color

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

This div border color is #c46ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.