Color Hex Logo

#c26896 Color Hex

#C26896
(194,104,150)
0 Favorites   0 Comments

Color spaces of #c26896

RGB 194104150
HSL0.910.420.58
HSV329°46°76°
CMYK 0.000.460.23   0.24
XYZ32.703523.572031.6803
Yxy23.57200.37180.2680
Hunter Lab48.551035.2717-4.7020
CIE-Lab55.656741.5009-8.9816

#c26896 color RGB value is (194,104,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101000 10010110
Octal 302 150 226
Decimal 194 104 150
Hex C2 68 96

RGB Percentages of Color #c26896

%43.30
%23.21
%33.48

CMYK Percentages of Color #c26896

%0
%46
%23
%24

Triadic Colors of #c26896

#c26896 #96c268 #6896c2

Analogous Colors of #c26896

#c26896 #c26869 #c168c2

Monochromatic Colors of #c26896

#c26896

Complementary Color

#c26896 #68c294

#c26896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26896 Color CSS Codes

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

#c26896 Text Font Color

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

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


#c26896 Background Color

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

This div background color is #c26896


#c26896 Border Color

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

This div border color is #c26896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,104,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 #c26896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26896


Comments

No comments written yet.

Please login to write comment.