Color Hex Logo

#c326eb Color Hex

#C326EB
(195,38,235)
0 Favorites   0 Comments

Color spaces of #c326eb

RGB 19538235
HSL0.800.830.54
HSV288°84°92°
CMYK 0.170.840.00   0.08
XYZ38.194218.986580.2490
Yxy18.98650.27790.1382
Hunter Lab43.573580.2099-78.6925
CIE-Lab50.671481.5921-65.7070

#c326eb color RGB value is (195,38,235).

#c326eb hex color red value is 195, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c326eb hue: 0.80 , saturation: 0.83 and the lightness value of c326eb is 0.54.

The process color (four color CMYK) of #c326eb color hex is 0.17, 0.84, 0.00, 0.08. Web safe color of #c326eb is #cc33ff. Color #c326eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100110 11101011
Octal 303 46 353
Decimal 195 38 235
Hex C3 26 EB

RGB Percentages of Color #c326eb

%41.67
%8.12
%50.21

CMYK Percentages of Color #c326eb

%17
%84
%0
%8

Triadic Colors of #c326eb

#c326eb #ebc326 #26ebc3

Analogous Colors of #c326eb

#c326eb #eb26b1 #6026eb

Monochromatic Colors of #c326eb

#c326eb

Complementary Color

#c326eb #4eeb26

#c326eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c326eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c326eb Color CSS Codes

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

#c326eb Text Font Color

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

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


#c326eb Background Color

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

This div background color is #c326eb


#c326eb Border Color

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

This div border color is #c326eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,38,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c326eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c326eb;
  -webkit-box-shadow: 1px 1px 3px 2px #c326eb;
  box-shadow:         1px 1px 3px 2px #c326eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,38,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c326eb


Comments

No comments written yet.

Please login to write comment.