Color Hex Logo

#c26996 Color Hex

#C26996
(194,105,150)
0 Favorites   0 Comments

Color spaces of #c26996

RGB 194105150
HSL0.920.420.59
HSV330°46°76°
CMYK 0.000.460.23   0.24
XYZ32.804723.774531.7141
Yxy23.77450.37150.2693
Hunter Lab48.759134.7648-4.4323
CIE-Lab55.861340.9800-8.6759

#c26996 color RGB value is (194,105,150).

#c26996 hex color red value is 194, green value is 105 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c26996 hue: 0.92 , saturation: 0.42 and the lightness value of c26996 is 0.59.

The process color (four color CMYK) of #c26996 color hex is 0.00, 0.46, 0.23, 0.24. Web safe color of #c26996 is #cc6699. Color #c26996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 10010110
Octal 302 151 226
Decimal 194 105 150
Hex C2 69 96

RGB Percentages of Color #c26996

%43.21
%23.39
%33.41

CMYK Percentages of Color #c26996

%0
%46
%23
%24

Triadic Colors of #c26996

#c26996 #96c269 #6996c2

Analogous Colors of #c26996

#c26996 #c2696a #c269c2

Monochromatic Colors of #c26996

#c26996

Complementary Color

#c26996 #69c295

#c26996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26996 Color CSS Codes

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

#c26996 Text Font Color

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

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


#c26996 Background Color

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

This div background color is #c26996


#c26996 Border Color

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

This div border color is #c26996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26996


Comments

No comments written yet.

Please login to write comment.