Color Hex Logo

#c941fe Color Hex

#C941FE
(201,65,254)
0 Favorites   0 Comments

Color spaces of #c941fe

RGB 20165254
HSL0.790.990.63
HSV283°74°100°
CMYK 0.210.740.00   0.00
XYZ43.867123.353995.9616
Yxy23.35390.26880.1431
Hunter Lab48.325977.4605-83.9052
CIE-Lab55.435078.4902-68.5893

#c941fe color RGB value is (201,65,254).

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

The process color (four color CMYK) of #c941fe color hex is 0.21, 0.74, 0.00, 0.00. Web safe color of #c941fe is #cc33ff. Color #c941fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 11111110
Octal 311 101 376
Decimal 201 65 254
Hex C9 41 FE

RGB Percentages of Color #c941fe

%38.65
%12.50
%48.85

CMYK Percentages of Color #c941fe

%21
%74
%0
%0

Triadic Colors of #c941fe

#c941fe #fec941 #41fec9

Analogous Colors of #c941fe

#c941fe #fe41d5 #6b41fe

Monochromatic Colors of #c941fe

#c941fe

Complementary Color

#c941fe #76fe41

#c941fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941fe Color CSS Codes

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

#c941fe Text Font Color

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

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


#c941fe Background Color

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

This div background color is #c941fe


#c941fe Border Color

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

This div border color is #c941fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941fe

Related Colors


Comments

No comments written yet.

Please login to write comment.