Color Hex Logo

#c327fe Color Hex

#C327FE
(195,39,254)
0 Favorites   0 Comments

Color spaces of #c327fe

RGB 19539254
HSL0.790.990.57
HSV284°85°100°
CMYK 0.230.850.00   0.00
XYZ41.120620.208995.4993
Yxy20.20890.26220.1289
Hunter Lab44.954384.6075-94.4855
CIE-Lab52.072684.7449-74.0782

#c327fe color RGB value is (195,39,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 11111110
Octal 303 47 376
Decimal 195 39 254
Hex C3 27 FE

RGB Percentages of Color #c327fe

%39.96
%7.99
%52.05

CMYK Percentages of Color #c327fe

%23
%85
%0
%0

Triadic Colors of #c327fe

#c327fe #fec327 #27fec3

Analogous Colors of #c327fe

#c327fe #fe27ce #5727fe

Monochromatic Colors of #c327fe

#c327fe

Complementary Color

#c327fe #62fe27

#c327fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327fe Color CSS Codes

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

#c327fe Text Font Color

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

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


#c327fe Background Color

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

This div background color is #c327fe


#c327fe Border Color

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

This div border color is #c327fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327fe


Comments

No comments written yet.

Please login to write comment.