color codes Logo

#c328fc color codes

#C328FC
(195,40,252)
0 Favorites   0 Comments

Color spaces of #c328fc

RGB 19540252
HSL0.790.970.57
HSV284°84°99°
CMYK 0.230.840.00   0.01
XYZ40.835220.148093.8322
Yxy20.14800.26380.1301
Hunter Lab44.886583.8377-92.5211
CIE-Lab52.004184.1631-73.0757

#c328fc color RGB value is (195,40,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 11111100
Octal 303 50 374
Decimal 195 40 252
Hex C3 28 FC

RGB Percentages of Color #c328fc

%40.04
%8.21
%51.75

CMYK Percentages of Color #c328fc

%23
%84
%0
%1

Triadic Colors of #c328fc

#c328fc #fcc328 #28fcc3

Analogous Colors of #c328fc

#c328fc #fc28cb #5928fc

Monochromatic Colors of #c328fc

#c328fc

Complementary Color

#c328fc #61fc28

#c328fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c328fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c328fc Color CSS Codes

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

#c328fc Text Font Color

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

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


#c328fc Background Color

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

This div background color is #c328fc


#c328fc Border Color

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

This div border color is #c328fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c328fc

Related Colors


Comments

No comments written yet.

Please login to write comment.