Color Hex Logo

#c690ae Color Hex

#C690AE
(198,144,174)
0 Favorites   0 Comments

Color spaces of #c690ae

RGB 198144174
HSL0.910.320.67
HSV327°27°78°
CMYK 0.000.270.12   0.22
XYZ40.901935.008344.6459
Yxy35.00830.33930.2904
Hunter Lab59.167819.8509-3.3206
CIE-Lab65.755125.0968-7.6264

#c690ae color RGB value is (198,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010000 10101110
Octal 306 220 256
Decimal 198 144 174
Hex C6 90 AE

RGB Percentages of Color #c690ae

%38.37
%27.91
%33.72

CMYK Percentages of Color #c690ae

%0
%27
%12
%22

Triadic Colors of #c690ae

#c690ae #aec690 #90aec6

Analogous Colors of #c690ae

#c690ae #c69093 #c390c6

Monochromatic Colors of #c690ae

#c690ae

Complementary Color

#c690ae #90c6a8

#c690ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c690ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c690ae Color CSS Codes

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

#c690ae Text Font Color

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

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


#c690ae Background Color

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

This div background color is #c690ae


#c690ae Border Color

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

This div border color is #c690ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c690ae


Comments

No comments written yet.

Please login to write comment.