Color Hex Logo

#c46dac Color Hex

#C46DAC
(196,109,172)
0 Favorites   0 Comments

Color spaces of #c46dac

RGB 196109172
HSL0.880.420.60
HSV317°44°77°
CMYK 0.000.440.12   0.23
XYZ35.680025.651642.1004
Yxy25.65160.34500.2480
Hunter Lab50.647437.1164-13.8313
CIE-Lab57.704942.9950-18.6268

#c46dac color RGB value is (196,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101101 10101100
Octal 304 155 254
Decimal 196 109 172
Hex C4 6D AC

RGB Percentages of Color #c46dac

%41.09
%22.85
%36.06

CMYK Percentages of Color #c46dac

%0
%44
%12
%23

Triadic Colors of #c46dac

#c46dac #acc46d #6dacc4

Analogous Colors of #c46dac

#c46dac #c46d81 #b16dc4

Monochromatic Colors of #c46dac

#c46dac

Complementary Color

#c46dac #6dc485

#c46dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46dac Color CSS Codes

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

#c46dac Text Font Color

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

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


#c46dac Background Color

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

This div background color is #c46dac


#c46dac Border Color

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

This div border color is #c46dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46dac


Comments

No comments written yet.

Please login to write comment.