Color Hex Logo

#c328fe Color Hex

#C328FE
(195,40,254)
0 Favorites   0 Comments

Color spaces of #c328fe

RGB 19540254
HSL0.790.990.58
HSV283°84°100°
CMYK 0.230.840.00   0.00
XYZ41.153920.275495.5104
Yxy20.27540.26220.1292
Hunter Lab45.028284.3421-94.2417
CIE-Lab52.147284.5255-73.9570

#c328fe color RGB value is (195,40,254).

#c328fe hex color red value is 195, green value is 40 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c328fe hue: 0.79 , saturation: 0.99 and the lightness value of c328fe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 11111110
Octal 303 50 376
Decimal 195 40 254
Hex C3 28 FE

RGB Percentages of Color #c328fe

%39.88
%8.18
%51.94

CMYK Percentages of Color #c328fe

%23
%84
%0
%0

Triadic Colors of #c328fe

#c328fe #fec328 #28fec3

Analogous Colors of #c328fe

#c328fe #fe28ce #5828fe

Monochromatic Colors of #c328fe

#c328fe

Complementary Color

#c328fe #63fe28

#c328fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c328fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c328fe Color CSS Codes

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

#c328fe Text Font Color

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

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


#c328fe Background Color

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

This div background color is #c328fe


#c328fe Border Color

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

This div border color is #c328fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c328fe


Comments

No comments written yet.

Please login to write comment.