Color Hex Logo

#c290ae Color Hex

#C290AE
(194,144,174)
0 Favorites   0 Comments

Color spaces of #c290ae

RGB 194144174
HSL0.900.290.66
HSV324°26°76°
CMYK 0.000.260.10   0.24
XYZ39.861434.471844.5972
Yxy34.47180.33520.2898
Hunter Lab58.712718.4406-3.9368
CIE-Lab65.335323.6777-8.2961

#c290ae color RGB value is (194,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 10101110
Octal 302 220 256
Decimal 194 144 174
Hex C2 90 AE

RGB Percentages of Color #c290ae

%37.89
%28.13
%33.98

CMYK Percentages of Color #c290ae

%0
%26
%10
%24

Triadic Colors of #c290ae

#c290ae #aec290 #90aec2

Analogous Colors of #c290ae

#c290ae #c29095 #bd90c2

Monochromatic Colors of #c290ae

#c290ae

Complementary Color

#c290ae #90c2a4

#c290ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ae Color CSS Codes

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

#c290ae Text Font Color

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

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


#c290ae Background Color

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

This div background color is #c290ae


#c290ae Border Color

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

This div border color is #c290ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ae


Comments

No comments written yet.

Please login to write comment.