Color Hex Logo

#c46fab Color Hex

#C46FAB
(196,111,171)
0 Favorites   0 Comments

Color spaces of #c46fab

RGB 196111171
HSL0.880.420.60
HSV318°43°77°
CMYK 0.000.430.13   0.23
XYZ35.800126.044941.6684
Yxy26.04490.34580.2516
Hunter Lab51.034235.9065-12.6851
CIE-Lab58.079641.7838-17.4806

#c46fab color RGB value is (196,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 10101011
Octal 304 157 253
Decimal 196 111 171
Hex C4 6F AB

RGB Percentages of Color #c46fab

%41.00
%23.22
%35.77

CMYK Percentages of Color #c46fab

%0
%43
%13
%23

Triadic Colors of #c46fab

#c46fab #abc46f #6fabc4

Analogous Colors of #c46fab

#c46fab #c46f81 #b36fc4

Monochromatic Colors of #c46fab

#c46fab

Complementary Color

#c46fab #6fc488

#c46fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fab Color CSS Codes

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

#c46fab Text Font Color

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

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


#c46fab Background Color

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

This div background color is #c46fab


#c46fab Border Color

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

This div border color is #c46fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fab


Comments

No comments written yet.

Please login to write comment.