Color Hex Logo

#c46fae Color Hex

#C46FAE
(196,111,174)
0 Favorites   0 Comments

Color spaces of #c46fae

RGB 196111174
HSL0.880.420.60
HSV316°43°77°
CMYK 0.000.430.11   0.23
XYZ36.089426.160643.1918
Yxy26.16060.34230.2481
Hunter Lab51.147436.4408-14.2646
CIE-Lab58.189242.2817-19.0402

#c46fae color RGB value is (196,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101111 10101110
Octal 304 157 256
Decimal 196 111 174
Hex C4 6F AE

RGB Percentages of Color #c46fae

%40.75
%23.08
%36.17

CMYK Percentages of Color #c46fae

%0
%43
%11
%23

Triadic Colors of #c46fae

#c46fae #aec46f #6faec4

Analogous Colors of #c46fae

#c46fae #c46f84 #b06fc4

Monochromatic Colors of #c46fae

#c46fae

Complementary Color

#c46fae #6fc485

#c46fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46fae Color CSS Codes

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

#c46fae Text Font Color

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

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


#c46fae Background Color

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

This div background color is #c46fae


#c46fae Border Color

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

This div border color is #c46fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46fae


Comments

No comments written yet.

Please login to write comment.