Color Hex Logo

#c291ae Color Hex

#C291AE
(194,145,174)
0 Favorites   0 Comments

Color spaces of #c291ae

RGB 194145174
HSL0.900.290.66
HSV324°25°76°
CMYK 0.000.250.10   0.24
XYZ40.013534.776144.6479
Yxy34.77610.33500.2912
Hunter Lab58.971317.9171-3.6093
CIE-Lab65.574023.1246-7.9409

#c291ae color RGB value is (194,145,174).

#c291ae hex color red value is 194, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c291ae hue: 0.90 , saturation: 0.29 and the lightness value of c291ae is 0.66.

The process color (four color CMYK) of #c291ae color hex is 0.00, 0.25, 0.10, 0.24. Web safe color of #c291ae is #cc9999. Color #c291ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010001 10101110
Octal 302 221 256
Decimal 194 145 174
Hex C2 91 AE

RGB Percentages of Color #c291ae

%37.82
%28.27
%33.92

CMYK Percentages of Color #c291ae

%0
%25
%10
%24

Triadic Colors of #c291ae

#c291ae #aec291 #91aec2

Analogous Colors of #c291ae

#c291ae #c29196 #be91c2

Monochromatic Colors of #c291ae

#c291ae

Complementary Color

#c291ae #91c2a5

#c291ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c291ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c291ae Color CSS Codes

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

#c291ae Text Font Color

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

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


#c291ae Background Color

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

This div background color is #c291ae


#c291ae Border Color

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

This div border color is #c291ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c291ae


Comments

No comments written yet.

Please login to write comment.