Color Hex Logo

#c090ae Color Hex

#C090AE
(192,144,174)
0 Favorites   0 Comments

Color spaces of #c090ae

RGB 192144174
HSL0.900.280.66
HSV323°25°75°
CMYK 0.000.250.09   0.25
XYZ39.351534.209044.5733
Yxy34.20900.33310.2896
Hunter Lab58.488517.7414-4.2422
CIE-Lab65.128122.9682-8.6268

#c090ae color RGB value is (192,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010000 10101110
Octal 300 220 256
Decimal 192 144 174
Hex C0 90 AE

RGB Percentages of Color #c090ae

%37.65
%28.24
%34.12

CMYK Percentages of Color #c090ae

%0
%25
%9
%25

Triadic Colors of #c090ae

#c090ae #aec090 #90aec0

Analogous Colors of #c090ae

#c090ae #c09096 #ba90c0

Monochromatic Colors of #c090ae

#c090ae

Complementary Color

#c090ae #90c0a2

#c090ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c090ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c090ae Color CSS Codes

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

#c090ae Text Font Color

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

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


#c090ae Background Color

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

This div background color is #c090ae


#c090ae Border Color

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

This div border color is #c090ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c090ae


Comments

No comments written yet.

Please login to write comment.