Color Hex Logo

#c26fdb Color Hex

#C26FDB
(194,111,219)
0 Favorites   0 Comments

Color spaces of #c26fdb

RGB 194111219
HSL0.790.600.65
HSV286°49°86°
CMYK 0.110.490.00   0.14
XYZ40.718827.952770.2671
Yxy27.95270.29310.2012
Hunter Lab52.870344.9512-41.7899
CIE-Lab59.846050.0032-42.0643

#c26fdb color RGB value is (194,111,219).

#c26fdb hex color red value is 194, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c26fdb hue: 0.79 , saturation: 0.60 and the lightness value of c26fdb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101111 11011011
Octal 302 157 333
Decimal 194 111 219
Hex C2 6F DB

RGB Percentages of Color #c26fdb

%37.02
%21.18
%41.79

CMYK Percentages of Color #c26fdb

%11
%49
%0
%14

Triadic Colors of #c26fdb

#c26fdb #dbc26f #6fdbc2

Analogous Colors of #c26fdb

#c26fdb #db6fbe #8c6fdb

Monochromatic Colors of #c26fdb

#c26fdb

Complementary Color

#c26fdb #88db6f

#c26fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26fdb Color CSS Codes

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

#c26fdb Text Font Color

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

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


#c26fdb Background Color

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

This div background color is #c26fdb


#c26fdb Border Color

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

This div border color is #c26fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26fdb


Comments

No comments written yet.

Please login to write comment.