Color Hex Logo

#c940fe Color Hex

#C940FE
(201,64,254)
0 Favorites   0 Comments

Color spaces of #c940fe

RGB 20164254
HSL0.790.990.62
HSV283°75°100°
CMYK 0.210.750.00   0.00
XYZ43.810223.240195.9427
Yxy23.24010.26880.1426
Hunter Lab48.208077.8523-84.2523
CIE-Lab55.318878.8240-68.7771

#c940fe color RGB value is (201,64,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000000 11111110
Octal 311 100 376
Decimal 201 64 254
Hex C9 40 FE

RGB Percentages of Color #c940fe

%38.73
%12.33
%48.94

CMYK Percentages of Color #c940fe

%21
%75
%0
%0

Triadic Colors of #c940fe

#c940fe #fec940 #40fec9

Analogous Colors of #c940fe

#c940fe #fe40d4 #6a40fe

Monochromatic Colors of #c940fe

#c940fe

Complementary Color

#c940fe #75fe40

#c940fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c940fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c940fe Color CSS Codes

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

#c940fe Text Font Color

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

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


#c940fe Background Color

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

This div background color is #c940fe


#c940fe Border Color

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

This div border color is #c940fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c940fe


Comments

No comments written yet.

Please login to write comment.