Color Hex Logo

#c326de Color Hex

#C326DE
(195,38,222)
0 Favorites   0 Comments

Color spaces of #c326de

RGB 19538222
HSL0.810.740.51
HSV291°83°87°
CMYK 0.120.830.00   0.13
XYZ36.383618.262370.7146
Yxy18.26230.29020.1457
Hunter Lab42.734477.1877-68.1958
CIE-Lab49.812779.3684-59.7292

#c326de color RGB value is (195,38,222).

#c326de hex color red value is 195, green value is 38 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c326de hue: 0.81 , saturation: 0.74 and the lightness value of c326de is 0.51.

The process color (four color CMYK) of #c326de color hex is 0.12, 0.83, 0.00, 0.13. Web safe color of #c326de is #cc33cc. Color #c326de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100110 11011110
Octal 303 46 336
Decimal 195 38 222
Hex C3 26 DE

RGB Percentages of Color #c326de

%42.86
%8.35
%48.79

CMYK Percentages of Color #c326de

%12
%83
%0
%13

Triadic Colors of #c326de

#c326de #dec326 #26dec3

Analogous Colors of #c326de

#c326de #de269d #6726de

Monochromatic Colors of #c326de

#c326de

Complementary Color

#c326de #41de26

#c326de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c326de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c326de Color CSS Codes

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

#c326de Text Font Color

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

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


#c326de Background Color

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

This div background color is #c326de


#c326de Border Color

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

This div border color is #c326de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c326de


Comments

No comments written yet.

Please login to write comment.