color codes Logo

#c46fda color codes

#C46FDA
(196,111,218)
0 Favorites   0 Comments

Color spaces of #c46fda

RGB 196111218
HSL0.800.590.65
HSV288°49°85°
CMYK 0.100.490.00   0.15
XYZ41.104328.166669.5999
Yxy28.16660.29600.2028
Hunter Lab53.072245.3714-40.6035
CIE-Lab60.039050.3572-41.1828

#c46fda color RGB value is (196,111,218).

#c46fda hex color red value is 196, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c46fda hue: 0.80 , saturation: 0.59 and the lightness value of c46fda is 0.65.

The process color (four color CMYK) of #c46fda color code is 0.10, 0.49, 0.00, 0.15. Web safe color of #c46fda is #cc66cc. Color #c46fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 11011010
Octal 304 157 332
Decimal 196 111 218
Hex C4 6F DA

RGB Percentages of Color #c46fda

%37.33
%21.14
%41.52

CMYK Percentages of Color #c46fda

%10
%49
%0
%15

Triadic Colors of #c46fda

#c46fda #dac46f #6fdac4

Analogous Colors of #c46fda

#c46fda #da6fbb #8f6fda

Monochromatic Colors of #c46fda

#c46fda

Complementary Color

#c46fda #85da6f

#c46fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fda Color CSS Codes

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

#c46fda Text Font Color

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

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


#c46fda Background Color

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

This div background color is #c46fda


#c46fda Border Color

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

This div border color is #c46fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fda


Comments

No comments written yet.

Please login to write comment.