Color Hex Logo

#c296b7 Color Hex

#C296B7
(194,150,183)
0 Favorites   0 Comments

Color spaces of #c296b7

RGB 194150183
HSL0.880.270.67
HSV315°23°76°
CMYK 0.000.230.06   0.24
XYZ41.701736.700949.6858
Yxy36.70090.32560.2865
Hunter Lab60.581316.8550-6.2199
CIE-Lab67.052021.9514-10.7832

#c296b7 color RGB value is (194,150,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 10110111
Octal 302 226 267
Decimal 194 150 183
Hex C2 96 B7

RGB Percentages of Color #c296b7

%36.81
%28.46
%34.72

CMYK Percentages of Color #c296b7

%0
%23
%6
%24

Triadic Colors of #c296b7

#c296b7 #b7c296 #96b7c2

Analogous Colors of #c296b7

#c296b7 #c296a1 #b796c2

Monochromatic Colors of #c296b7

#c296b7

Complementary Color

#c296b7 #96c2a1

#c296b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296b7 Color CSS Codes

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

#c296b7 Text Font Color

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

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


#c296b7 Background Color

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

This div background color is #c296b7


#c296b7 Border Color

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

This div border color is #c296b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296b7


Comments

No comments written yet.

Please login to write comment.