Color Hex Logo

#c169ae Color Hex

#C169AE
(193,105,174)
0 Favorites   0 Comments

Color spaces of #c169ae

RGB 193105174
HSL0.870.420.58
HSV313°46°76°
CMYK 0.000.460.10   0.24
XYZ34.683924.496642.9447
Yxy24.49660.33960.2399
Hunter Lab49.494038.4727-16.7986
CIE-Lab56.581644.4484-21.5311

#c169ae color RGB value is (193,105,174).

#c169ae hex color red value is 193, green value is 105 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c169ae hue: 0.87 , saturation: 0.42 and the lightness value of c169ae is 0.58.

The process color (four color CMYK) of #c169ae color hex is 0.00, 0.46, 0.10, 0.24. Web safe color of #c169ae is #cc6699. Color #c169ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101001 10101110
Octal 301 151 256
Decimal 193 105 174
Hex C1 69 AE

RGB Percentages of Color #c169ae

%40.89
%22.25
%36.86

CMYK Percentages of Color #c169ae

%0
%46
%10
%24

Triadic Colors of #c169ae

#c169ae #aec169 #69aec1

Analogous Colors of #c169ae

#c169ae #c16982 #a869c1

Monochromatic Colors of #c169ae

#c169ae

Complementary Color

#c169ae #69c17c

#c169ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c169ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c169ae Color CSS Codes

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

#c169ae Text Font Color

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

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


#c169ae Background Color

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

This div background color is #c169ae


#c169ae Border Color

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

This div border color is #c169ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,105,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 #c169ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c169ae


Comments

No comments written yet.

Please login to write comment.