Color Hex Logo

#c691ae Color Hex

#C691AE
(198,145,174)
0 Favorites   0 Comments

Color spaces of #c691ae

RGB 198145174
HSL0.910.320.67
HSV327°27°78°
CMYK 0.000.270.12   0.22
XYZ41.054135.312644.6966
Yxy35.31260.33910.2917
Hunter Lab59.424419.3263-2.9984
CIE-Lab65.991324.5464-7.2753

#c691ae color RGB value is (198,145,174).

#c691ae hex color red value is 198, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c691ae hue: 0.91 , saturation: 0.32 and the lightness value of c691ae is 0.67.

The process color (four color CMYK) of #c691ae color hex is 0.00, 0.27, 0.12, 0.22. Web safe color of #c691ae is #cc9999. Color #c691ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010001 10101110
Octal 306 221 256
Decimal 198 145 174
Hex C6 91 AE

RGB Percentages of Color #c691ae

%38.30
%28.05
%33.66

CMYK Percentages of Color #c691ae

%0
%27
%12
%22

Triadic Colors of #c691ae

#c691ae #aec691 #91aec6

Analogous Colors of #c691ae

#c691ae #c69194 #c491c6

Monochromatic Colors of #c691ae

#c691ae

Complementary Color

#c691ae #91c6a9

#c691ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c691ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c691ae Color CSS Codes

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

#c691ae Text Font Color

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

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


#c691ae Background Color

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

This div background color is #c691ae


#c691ae Border Color

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

This div border color is #c691ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c691ae


Comments

No comments written yet.

Please login to write comment.