Color Hex Logo

#c297ab Color Hex

#C297AB
(194,151,171)
0 Favorites   0 Comments

Color spaces of #c297ab

RGB 194151171
HSL0.920.260.68
HSV332°22°76°
CMYK 0.000.220.12   0.24
XYZ40.665436.542843.4382
Yxy36.54280.33710.3029
Hunter Lab60.450614.2891-0.2887
CIE-Lab66.932619.2926-4.2442

#c297ab color RGB value is (194,151,171).

#c297ab hex color red value is 194, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c297ab hue: 0.92 , saturation: 0.26 and the lightness value of c297ab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 10101011
Octal 302 227 253
Decimal 194 151 171
Hex C2 97 AB

RGB Percentages of Color #c297ab

%37.60
%29.26
%33.14

CMYK Percentages of Color #c297ab

%0
%22
%12
%24

Triadic Colors of #c297ab

#c297ab #abc297 #97abc2

Analogous Colors of #c297ab

#c297ab #c29997 #c297c1

Monochromatic Colors of #c297ab

#c297ab

Complementary Color

#c297ab #97c2ae

#c297ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297ab Color CSS Codes

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

#c297ab Text Font Color

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

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


#c297ab Background Color

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

This div background color is #c297ab


#c297ab Border Color

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

This div border color is #c297ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297ab


Comments

No comments written yet.

Please login to write comment.