Color Hex Logo

#c26bbe Color Hex

#C26BBE
(194,107,190)
0 Favorites   0 Comments

Color spaces of #c26bbe

RGB 194107190
HSL0.840.420.59
HSV303°45°76°
CMYK 0.000.450.02   0.24
XYZ36.800125.702451.7367
Yxy25.70240.32210.2250
Hunter Lab50.697540.8481-25.0170
CIE-Lab57.753546.5210-28.9053

#c26bbe color RGB value is (194,107,190).

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

The process color (four color CMYK) of #c26bbe color hex is 0.00, 0.45, 0.02, 0.24. Web safe color of #c26bbe is #cc66cc. Color #c26bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101011 10111110
Octal 302 153 276
Decimal 194 107 190
Hex C2 6B BE

RGB Percentages of Color #c26bbe

%39.51
%21.79
%38.70

CMYK Percentages of Color #c26bbe

%0
%45
%2
%24

Triadic Colors of #c26bbe

#c26bbe #bec26b #6bbec2

Analogous Colors of #c26bbe

#c26bbe #c26b93 #9b6bc2

Monochromatic Colors of #c26bbe

#c26bbe

Complementary Color

#c26bbe #6bc26f

#c26bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26bbe Color CSS Codes

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

#c26bbe Text Font Color

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

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


#c26bbe Background Color

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

This div background color is #c26bbe


#c26bbe Border Color

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

This div border color is #c26bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26bbe


Comments

No comments written yet.

Please login to write comment.