Color Hex Logo

#c290ab Color Hex

#C290AB
(194,144,171)
0 Favorites   0 Comments

Color spaces of #c290ab

RGB 194144171
HSL0.910.290.66
HSV328°26°76°
CMYK 0.000.260.12   0.24
XYZ39.572134.356143.0738
Yxy34.35610.33820.2936
Hunter Lab58.614117.9360-2.5407
CIE-Lab65.244223.1628-6.7423

#c290ab color RGB value is (194,144,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 10101011
Octal 302 220 253
Decimal 194 144 171
Hex C2 90 AB

RGB Percentages of Color #c290ab

%38.11
%28.29
%33.60

CMYK Percentages of Color #c290ab

%0
%26
%12
%24

Triadic Colors of #c290ab

#c290ab #abc290 #90abc2

Analogous Colors of #c290ab

#c290ab #c29092 #c090c2

Monochromatic Colors of #c290ab

#c290ab

Complementary Color

#c290ab #90c2a7

#c290ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c290ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c290ab Color CSS Codes

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

#c290ab Text Font Color

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

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


#c290ab Background Color

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

This div background color is #c290ab


#c290ab Border Color

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

This div border color is #c290ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c290ab


Comments

No comments written yet.

Please login to write comment.