Color Hex Logo

#c46faa Color Hex

#C46FAA
(196,111,170)
0 Favorites   0 Comments

Color spaces of #c46faa

RGB 196111170
HSL0.880.420.60
HSV318°43°77°
CMYK 0.000.430.13   0.23
XYZ35.705126.006941.1682
Yxy26.00690.34710.2528
Hunter Lab50.997035.7306-12.1650
CIE-Lab58.043641.6195-16.9594

#c46faa color RGB value is (196,111,170).

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

The process color (four color CMYK) of #c46faa color hex is 0.00, 0.43, 0.13, 0.23. Web safe color of #c46faa is #cc6699. Color #c46faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 10101010
Octal 304 157 252
Decimal 196 111 170
Hex C4 6F AA

RGB Percentages of Color #c46faa

%41.09
%23.27
%35.64

CMYK Percentages of Color #c46faa

%0
%43
%13
%23

Triadic Colors of #c46faa

#c46faa #aac46f #6faac4

Analogous Colors of #c46faa

#c46faa #c46f80 #b46fc4

Monochromatic Colors of #c46faa

#c46faa

Complementary Color

#c46faa #6fc489

#c46faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46faa Color CSS Codes

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

#c46faa Text Font Color

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

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


#c46faa Background Color

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

This div background color is #c46faa


#c46faa Border Color

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

This div border color is #c46faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46faa


Comments

No comments written yet.

Please login to write comment.