Color Hex Logo

#c29ab1 Color Hex

#C29AB1
(194,154,177)
0 Favorites   0 Comments

Color spaces of #c29ab1

RGB 194154177
HSL0.900.250.68
HSV326°21°76°
CMYK 0.000.210.09   0.24
XYZ41.739537.754946.6825
Yxy37.75490.33080.2992
Hunter Lab61.445013.7260-2.0337
CIE-Lab67.839618.6715-6.2583

#c29ab1 color RGB value is (194,154,177).

#c29ab1 hex color red value is 194, green value is 154 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #c29ab1 hue: 0.90 , saturation: 0.25 and the lightness value of c29ab1 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011010 10110001
Octal 302 232 261
Decimal 194 154 177
Hex C2 9A B1

RGB Percentages of Color #c29ab1

%36.95
%29.33
%33.71

CMYK Percentages of Color #c29ab1

%0
%21
%9
%24

Triadic Colors of #c29ab1

#c29ab1 #b1c29a #9ab1c2

Analogous Colors of #c29ab1

#c29ab1 #c29a9d #bf9ac2

Monochromatic Colors of #c29ab1

#c29ab1

Complementary Color

#c29ab1 #9ac2ab

#c29ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29ab1 Color CSS Codes

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

#c29ab1 Text Font Color

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

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


#c29ab1 Background Color

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

This div background color is #c29ab1


#c29ab1 Border Color

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

This div border color is #c29ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29ab1


Comments

No comments written yet.

Please login to write comment.