Color Hex Logo

#c328de Color Hex

#C328DE
(195,40,222)
0 Favorites   0 Comments

Color spaces of #c328de

RGB 19540222
HSL0.810.730.51
HSV291°82°87°
CMYK 0.120.820.00   0.13
XYZ36.449318.393670.7365
Yxy18.39360.29020.1465
Hunter Lab42.887876.6494-67.7679
CIE-Lab49.970178.9085-59.4758

#c328de color RGB value is (195,40,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 11011110
Octal 303 50 336
Decimal 195 40 222
Hex C3 28 DE

RGB Percentages of Color #c328de

%42.67
%8.75
%48.58

CMYK Percentages of Color #c328de

%12
%82
%0
%13

Triadic Colors of #c328de

#c328de #dec328 #28dec3

Analogous Colors of #c328de

#c328de #de289e #6828de

Monochromatic Colors of #c328de

#c328de

Complementary Color

#c328de #43de28

#c328de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c328de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c328de Color CSS Codes

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

#c328de Text Font Color

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

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


#c328de Background Color

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

This div background color is #c328de


#c328de Border Color

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

This div border color is #c328de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c328de


Comments

No comments written yet.

Please login to write comment.