Color Hex Logo

#c192ae Color Hex

#C192AE
(193,146,174)
0 Favorites   0 Comments

Color spaces of #c192ae

RGB 193146174
HSL0.900.270.66
HSV324°24°76°
CMYK 0.000.240.10   0.24
XYZ39.911234.951244.6871
Yxy34.95120.33380.2924
Hunter Lab59.119517.0449-3.4323
CIE-Lab65.710722.2158-7.7487

#c192ae color RGB value is (193,146,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010010 10101110
Octal 301 222 256
Decimal 193 146 174
Hex C1 92 AE

RGB Percentages of Color #c192ae

%37.62
%28.46
%33.92

CMYK Percentages of Color #c192ae

%0
%24
%10
%24

Triadic Colors of #c192ae

#c192ae #aec192 #92aec1

Analogous Colors of #c192ae

#c192ae #c19297 #bd92c1

Monochromatic Colors of #c192ae

#c192ae

Complementary Color

#c192ae #92c1a5

#c192ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c192ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c192ae Color CSS Codes

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

#c192ae Text Font Color

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

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


#c192ae Background Color

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

This div background color is #c192ae


#c192ae Border Color

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

This div border color is #c192ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c192ae


Comments

No comments written yet.

Please login to write comment.