Color Hex Logo

#c095ae Color Hex

#C095AE
(192,149,174)
0 Favorites   0 Comments

Color spaces of #c095ae

RGB 192149174
HSL0.900.250.67
HSV325°22°75°
CMYK 0.000.220.09   0.25
XYZ40.125735.757444.8314
Yxy35.75740.33240.2962
Hunter Lab59.797515.1326-2.5927
CIE-Lab66.334120.1979-6.8336

#c095ae color RGB value is (192,149,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 10101110
Octal 300 225 256
Decimal 192 149 174
Hex C0 95 AE

RGB Percentages of Color #c095ae

%37.28
%28.93
%33.79

CMYK Percentages of Color #c095ae

%0
%22
%9
%25

Triadic Colors of #c095ae

#c095ae #aec095 #95aec0

Analogous Colors of #c095ae

#c095ae #c09599 #bd95c0

Monochromatic Colors of #c095ae

#c095ae

Complementary Color

#c095ae #95c0a7

#c095ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c095ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c095ae Color CSS Codes

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

#c095ae Text Font Color

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

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


#c095ae Background Color

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

This div background color is #c095ae


#c095ae Border Color

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

This div border color is #c095ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c095ae


Comments

No comments written yet.

Please login to write comment.