Color Hex Logo

#c692ae Color Hex

#C692AE
(198,146,174)
0 Favorites   0 Comments

Color spaces of #c692ae

RGB 198146174
HSL0.910.310.67
HSV328°26°78°
CMYK 0.000.260.12   0.22
XYZ41.207635.619544.7478
Yxy35.61950.33890.2930
Hunter Lab59.682118.8020-2.6764
CIE-Lab66.228223.9960-6.9237

#c692ae color RGB value is (198,146,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 10101110
Octal 306 222 256
Decimal 198 146 174
Hex C6 92 AE

RGB Percentages of Color #c692ae

%38.22
%28.19
%33.59

CMYK Percentages of Color #c692ae

%0
%26
%12
%22

Triadic Colors of #c692ae

#c692ae #aec692 #92aec6

Analogous Colors of #c692ae

#c692ae #c69294 #c492c6

Monochromatic Colors of #c692ae

#c692ae

Complementary Color

#c692ae #92c6aa

#c692ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c692ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c692ae Color CSS Codes

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

#c692ae Text Font Color

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

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


#c692ae Background Color

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

This div background color is #c692ae


#c692ae Border Color

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

This div border color is #c692ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c692ae


Comments

No comments written yet.

Please login to write comment.