Color Hex Logo

#c46fdd Color Hex

#C46FDD
(196,111,221)
0 Favorites   0 Comments

Color spaces of #c46fdd

RGB 196111221
HSL0.800.620.65
HSV286°50°87°
CMYK 0.110.500.00   0.13
XYZ41.500528.325171.6866
Yxy28.32510.29330.2002
Hunter Lab53.221346.0520-42.6059
CIE-Lab60.181350.9545-42.6422

#c46fdd color RGB value is (196,111,221).

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

The process color (four color CMYK) of #c46fdd color hex is 0.11, 0.50, 0.00, 0.13. Web safe color of #c46fdd is #cc66cc. Color #c46fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 11011101
Octal 304 157 335
Decimal 196 111 221
Hex C4 6F DD

RGB Percentages of Color #c46fdd

%37.12
%21.02
%41.86

CMYK Percentages of Color #c46fdd

%11
%50
%0
%13

Triadic Colors of #c46fdd

#c46fdd #ddc46f #6fddc4

Analogous Colors of #c46fdd

#c46fdd #dd6fbf #8d6fdd

Monochromatic Colors of #c46fdd

#c46fdd

Complementary Color

#c46fdd #88dd6f

#c46fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fdd Color CSS Codes

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

#c46fdd Text Font Color

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

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


#c46fdd Background Color

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

This div background color is #c46fdd


#c46fdd Border Color

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

This div border color is #c46fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fdd


Comments

No comments written yet.

Please login to write comment.