Color Hex Logo

#c26adb Color Hex

#C26ADB
(194,106,219)
0 Favorites   0 Comments

Color spaces of #c26adb

RGB 194106219
HSL0.800.610.64
HSV287°52°86°
CMYK 0.110.520.00   0.14
XYZ40.188426.891970.0903
Yxy26.89190.29300.1960
Hunter Lab51.857447.5833-43.8360
CIE-Lab58.874152.5484-43.5948

#c26adb color RGB value is (194,106,219).

#c26adb hex color red value is 194, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c26adb hue: 0.80 , saturation: 0.61 and the lightness value of c26adb is 0.64.

The process color (four color CMYK) of #c26adb color hex is 0.11, 0.52, 0.00, 0.14. Web safe color of #c26adb is #cc66cc. Color #c26adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101010 11011011
Octal 302 152 333
Decimal 194 106 219
Hex C2 6A DB

RGB Percentages of Color #c26adb

%37.38
%20.42
%42.20

CMYK Percentages of Color #c26adb

%11
%52
%0
%14

Triadic Colors of #c26adb

#c26adb #dbc26a #6adbc2

Analogous Colors of #c26adb

#c26adb #db6abc #8a6adb

Monochromatic Colors of #c26adb

#c26adb

Complementary Color

#c26adb #83db6a

#c26adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26adb Color CSS Codes

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

#c26adb Text Font Color

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

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


#c26adb Background Color

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

This div background color is #c26adb


#c26adb Border Color

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

This div border color is #c26adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26adb


Comments

No comments written yet.

Please login to write comment.