Color Hex Logo

#c094ae Color Hex

#C094AE
(192,148,174)
0 Favorites   0 Comments

Color spaces of #c094ae

RGB 192148174
HSL0.900.260.67
HSV325°23°75°
CMYK 0.000.230.09   0.25
XYZ39.968135.442344.7789
Yxy35.44230.33250.2949
Hunter Lab59.533415.6534-2.9224
CIE-Lab66.091620.7517-7.1937

#c094ae color RGB value is (192,148,174).

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

The process color (four color CMYK) of #c094ae color hex is 0.00, 0.23, 0.09, 0.25. Web safe color of #c094ae is #cc9999. Color #c094ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10101110
Octal 300 224 256
Decimal 192 148 174
Hex C0 94 AE

RGB Percentages of Color #c094ae

%37.35
%28.79
%33.85

CMYK Percentages of Color #c094ae

%0
%23
%9
%25

Triadic Colors of #c094ae

#c094ae #aec094 #94aec0

Analogous Colors of #c094ae

#c094ae #c09498 #bc94c0

Monochromatic Colors of #c094ae

#c094ae

Complementary Color

#c094ae #94c0a6

#c094ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c094ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c094ae Color CSS Codes

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

#c094ae Text Font Color

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

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


#c094ae Background Color

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

This div background color is #c094ae


#c094ae Border Color

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

This div border color is #c094ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c094ae


Comments

No comments written yet.

Please login to write comment.