Color Hex Logo

#c296be Color Hex

#C296BE
(194,150,190)
0 Favorites   0 Comments

Color spaces of #c296be

RGB 194150190
HSL0.850.270.67
HSV305°23°76°
CMYK 0.000.230.02   0.24
XYZ42.448736.999753.6196
Yxy36.99970.31900.2781
Hunter Lab60.827418.1192-9.6852
CIE-Lab67.276823.2377-14.3565

#c296be color RGB value is (194,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010110 10111110
Octal 302 226 276
Decimal 194 150 190
Hex C2 96 BE

RGB Percentages of Color #c296be

%36.33
%28.09
%35.58

CMYK Percentages of Color #c296be

%0
%23
%2
%24

Triadic Colors of #c296be

#c296be #bec296 #96bec2

Analogous Colors of #c296be

#c296be #c296a8 #b096c2

Monochromatic Colors of #c296be

#c296be

Complementary Color

#c296be #96c29a

#c296be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c296be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c296be Color CSS Codes

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

#c296be Text Font Color

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

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


#c296be Background Color

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

This div background color is #c296be


#c296be Border Color

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

This div border color is #c296be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c296be


Comments

No comments written yet.

Please login to write comment.