Color Hex Logo

#c296bd Color Hex

#C296BD
(194,150,189)
0 Favorites   0 Comments

Color spaces of #c296bd

RGB 194150189
HSL0.850.270.67
HSV307°23°76°
CMYK 0.000.230.03   0.24
XYZ42.339836.956153.0458
Yxy36.95610.31990.2792
Hunter Lab60.791517.9357-9.1815
CIE-Lab67.244123.0516-13.8475

#c296bd color RGB value is (194,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 10111101
Octal 302 226 275
Decimal 194 150 189
Hex C2 96 BD

RGB Percentages of Color #c296bd

%36.40
%28.14
%35.46

CMYK Percentages of Color #c296bd

%0
%23
%3
%24

Triadic Colors of #c296bd

#c296bd #bdc296 #96bdc2

Analogous Colors of #c296bd

#c296bd #c296a7 #b196c2

Monochromatic Colors of #c296bd

#c296bd

Complementary Color

#c296bd #96c29b

#c296bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296bd Color CSS Codes

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

#c296bd Text Font Color

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

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


#c296bd Background Color

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

This div background color is #c296bd


#c296bd Border Color

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

This div border color is #c296bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296bd


Comments

No comments written yet.

Please login to write comment.