Color Hex Logo

#c26cab Color Hex

#C26CAB
(194,108,171)
0 Favorites   0 Comments

Color spaces of #c26cab

RGB 194108171
HSL0.880.410.59
HSV316°44°76°
CMYK 0.000.440.12   0.24
XYZ34.961425.134741.5369
Yxy25.13470.34400.2473
Hunter Lab50.134536.7419-14.0281
CIE-Lab57.206442.7055-18.8332

#c26cab color RGB value is (194,108,171).

#c26cab hex color red value is 194, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c26cab hue: 0.88 , saturation: 0.41 and the lightness value of c26cab is 0.59.

The process color (four color CMYK) of #c26cab color hex is 0.00, 0.44, 0.12, 0.24. Web safe color of #c26cab is #cc6699. Color #c26cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101100 10101011
Octal 302 154 253
Decimal 194 108 171
Hex C2 6C AB

RGB Percentages of Color #c26cab

%41.01
%22.83
%36.15

CMYK Percentages of Color #c26cab

%0
%44
%12
%24

Triadic Colors of #c26cab

#c26cab #abc26c #6cabc2

Analogous Colors of #c26cab

#c26cab #c26c80 #ae6cc2

Monochromatic Colors of #c26cab

#c26cab

Complementary Color

#c26cab #6cc283

#c26cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26cab Color CSS Codes

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

#c26cab Text Font Color

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

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


#c26cab Background Color

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

This div background color is #c26cab


#c26cab Border Color

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

This div border color is #c26cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26cab


Comments

No comments written yet.

Please login to write comment.