Color Hex Logo

#c194ae Color Hex

#C194AE
(193,148,174)
0 Favorites   0 Comments

Color spaces of #c194ae

RGB 193148174
HSL0.900.270.67
HSV325°23°76°
CMYK 0.000.230.10   0.24
XYZ40.222235.573344.7908
Yxy35.57330.33360.2950
Hunter Lab59.643416.0007-2.7751
CIE-Lab66.192621.1085-7.0327

#c194ae color RGB value is (193,148,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 10101110
Octal 301 224 256
Decimal 193 148 174
Hex C1 94 AE

RGB Percentages of Color #c194ae

%37.48
%28.74
%33.79

CMYK Percentages of Color #c194ae

%0
%23
%10
%24

Triadic Colors of #c194ae

#c194ae #aec194 #94aec1

Analogous Colors of #c194ae

#c194ae #c19498 #be94c1

Monochromatic Colors of #c194ae

#c194ae

Complementary Color

#c194ae #94c1a7

#c194ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c194ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c194ae Color CSS Codes

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

#c194ae Text Font Color

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

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


#c194ae Background Color

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

This div background color is #c194ae


#c194ae Border Color

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

This div border color is #c194ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c194ae


Comments

No comments written yet.

Please login to write comment.