Color Hex Logo

#c296bf Color Hex

#C296BF
(194,150,191)
0 Favorites   0 Comments

Color spaces of #c296bf

RGB 194150191
HSL0.840.270.67
HSV304°23°76°
CMYK 0.000.230.02   0.24
XYZ42.558537.043654.1973
Yxy37.04360.31810.2769
Hunter Lab60.863518.3043-10.1918
CIE-Lab67.309723.4250-14.8649

#c296bf color RGB value is (194,150,191).

#c296bf hex color red value is 194, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c296bf hue: 0.84 , saturation: 0.27 and the lightness value of c296bf is 0.67.

The process color (four color CMYK) of #c296bf color hex is 0.00, 0.23, 0.02, 0.24. Web safe color of #c296bf is #cc99cc. Color #c296bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 10111111
Octal 302 226 277
Decimal 194 150 191
Hex C2 96 BF

RGB Percentages of Color #c296bf

%36.26
%28.04
%35.70

CMYK Percentages of Color #c296bf

%0
%23
%2
%24

Triadic Colors of #c296bf

#c296bf #bfc296 #96bfc2

Analogous Colors of #c296bf

#c296bf #c296a9 #af96c2

Monochromatic Colors of #c296bf

#c296bf

Complementary Color

#c296bf #96c299

#c296bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296bf Color CSS Codes

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

#c296bf Text Font Color

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

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


#c296bf Background Color

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

This div background color is #c296bf


#c296bf Border Color

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

This div border color is #c296bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296bf


Comments

No comments written yet.

Please login to write comment.