Color Hex Logo

#c290ac Color Hex

#C290AC
(194,144,172)
0 Favorites   0 Comments

Color spaces of #c290ac

RGB 194144172
HSL0.910.290.66
HSV326°26°76°
CMYK 0.000.260.11   0.24
XYZ39.667834.394443.5778
Yxy34.39440.33720.2924
Hunter Lab58.646718.1030-3.0031
CIE-Lab65.274423.3334-7.2607

#c290ac color RGB value is (194,144,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 10101100
Octal 302 220 254
Decimal 194 144 172
Hex C2 90 AC

RGB Percentages of Color #c290ac

%38.04
%28.24
%33.73

CMYK Percentages of Color #c290ac

%0
%26
%11
%24

Triadic Colors of #c290ac

#c290ac #acc290 #90acc2

Analogous Colors of #c290ac

#c290ac #c29093 #bf90c2

Monochromatic Colors of #c290ac

#c290ac

Complementary Color

#c290ac #90c2a6

#c290ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ac Color CSS Codes

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

#c290ac Text Font Color

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

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


#c290ac Background Color

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

This div background color is #c290ac


#c290ac Border Color

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

This div border color is #c290ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,144,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c290ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ac


Comments

No comments written yet.

Please login to write comment.