Color Hex Logo

#c46ded Color Hex

#C46DED
(196,109,237)
0 Favorites   0 Comments

Color spaces of #c46ded

RGB 196109237
HSL0.780.780.68
HSV281°54°93°
CMYK 0.170.540.00   0.07
XYZ43.519728.787583.3836
Yxy28.78750.27950.1849
Hunter Lab53.654050.8901-54.5847
CIE-Lab60.593655.2321-50.9220

#c46ded color RGB value is (196,109,237).

#c46ded hex color red value is 196, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c46ded hue: 0.78 , saturation: 0.78 and the lightness value of c46ded is 0.68.

The process color (four color CMYK) of #c46ded color hex is 0.17, 0.54, 0.00, 0.07. Web safe color of #c46ded is #cc66ff. Color #c46ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101101 11101101
Octal 304 155 355
Decimal 196 109 237
Hex C4 6D ED

RGB Percentages of Color #c46ded

%36.16
%20.11
%43.73

CMYK Percentages of Color #c46ded

%17
%54
%0
%7

Triadic Colors of #c46ded

#c46ded #edc46d #6dedc4

Analogous Colors of #c46ded

#c46ded #ed6dd6 #846ded

Monochromatic Colors of #c46ded

#c46ded

Complementary Color

#c46ded #96ed6d

#c46ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ded Color CSS Codes

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

#c46ded Text Font Color

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

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


#c46ded Background Color

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

This div background color is #c46ded


#c46ded Border Color

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

This div border color is #c46ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46ded


Comments

No comments written yet.

Please login to write comment.