Color Hex Logo

#c46cdd Color Hex

#C46CDD
(196,108,221)
0 Favorites   0 Comments

Color spaces of #c46cdd

RGB 196108221
HSL0.800.620.65
HSV287°51°87°
CMYK 0.110.510.00   0.13
XYZ41.178727.681371.5793
Yxy27.68130.29320.1971
Hunter Lab52.613047.6340-43.8341
CIE-Lab59.599752.4784-43.5582

#c46cdd color RGB value is (196,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101100 11011101
Octal 304 154 335
Decimal 196 108 221
Hex C4 6C DD

RGB Percentages of Color #c46cdd

%37.33
%20.57
%42.10

CMYK Percentages of Color #c46cdd

%11
%51
%0
%13

Triadic Colors of #c46cdd

#c46cdd #ddc46c #6cddc4

Analogous Colors of #c46cdd

#c46cdd #dd6cbe #8c6cdd

Monochromatic Colors of #c46cdd

#c46cdd

Complementary Color

#c46cdd #85dd6c

#c46cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46cdd Color CSS Codes

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

#c46cdd Text Font Color

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

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


#c46cdd Background Color

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

This div background color is #c46cdd


#c46cdd Border Color

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

This div border color is #c46cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,108,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 #c46cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46cdd


Comments

No comments written yet.

Please login to write comment.