Color Hex Logo

#c26caa Color Hex

#C26CAA
(194,108,170)
0 Favorites   0 Comments

Color spaces of #c26caa

RGB 194108170
HSL0.880.410.59
HSV317°44°76°
CMYK 0.000.440.12   0.24
XYZ34.866425.096741.0367
Yxy25.09670.34520.2485
Hunter Lab50.096636.5640-13.4999
CIE-Lab57.169542.5399-18.3123

#c26caa color RGB value is (194,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101100 10101010
Octal 302 154 252
Decimal 194 108 170
Hex C2 6C AA

RGB Percentages of Color #c26caa

%41.10
%22.88
%36.02

CMYK Percentages of Color #c26caa

%0
%44
%12
%24

Triadic Colors of #c26caa

#c26caa #aac26c #6caac2

Analogous Colors of #c26caa

#c26caa #c26c7f #af6cc2

Monochromatic Colors of #c26caa

#c26caa

Complementary Color

#c26caa #6cc284

#c26caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26caa Color CSS Codes

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

#c26caa Text Font Color

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

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


#c26caa Background Color

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

This div background color is #c26caa


#c26caa Border Color

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

This div border color is #c26caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26caa


Comments

No comments written yet.

Please login to write comment.