Color Hex Logo

#c46daf Color Hex

#C46DAF
(196,109,175)
0 Favorites   0 Comments

Color spaces of #c46daf

RGB 196109175
HSL0.870.420.60
HSV314°44°77°
CMYK 0.000.440.11   0.23
XYZ35.971525.768243.6353
Yxy25.76820.34140.2445
Hunter Lab50.762437.6554-15.4320
CIE-Lab57.816443.4940-20.1842

#c46daf color RGB value is (196,109,175).

#c46daf hex color red value is 196, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c46daf hue: 0.87 , saturation: 0.42 and the lightness value of c46daf is 0.60.

The process color (four color CMYK) of #c46daf color hex is 0.00, 0.44, 0.11, 0.23. Web safe color of #c46daf is #cc6699. Color #c46daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101101 10101111
Octal 304 155 257
Decimal 196 109 175
Hex C4 6D AF

RGB Percentages of Color #c46daf

%40.83
%22.71
%36.46

CMYK Percentages of Color #c46daf

%0
%44
%11
%23

Triadic Colors of #c46daf

#c46daf #afc46d #6dafc4

Analogous Colors of #c46daf

#c46daf #c46d84 #ae6dc4

Monochromatic Colors of #c46daf

#c46daf

Complementary Color

#c46daf #6dc482

#c46daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46daf Color CSS Codes

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

#c46daf Text Font Color

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

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


#c46daf Background Color

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

This div background color is #c46daf


#c46daf Border Color

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

This div border color is #c46daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46daf


Comments

No comments written yet.

Please login to write comment.