Color Hex Logo

#c240fe Color Hex

#C240FE
(194,64,254)
0 Favorites   0 Comments

Color spaces of #c240fe

RGB 19464254
HSL0.780.990.62
HSV281°75°100°
CMYK 0.240.750.00   0.00
XYZ41.970922.291995.8566
Yxy22.29190.26210.1392
Hunter Lab47.214376.0516-87.3232
CIE-Lab54.335477.5804-70.4153

#c240fe color RGB value is (194,64,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 11111110
Octal 302 100 376
Decimal 194 64 254
Hex C2 40 FE

RGB Percentages of Color #c240fe

%37.89
%12.50
%49.61

CMYK Percentages of Color #c240fe

%24
%75
%0
%0

Triadic Colors of #c240fe

#c240fe #fec240 #40fec2

Analogous Colors of #c240fe

#c240fe #fe40db #6340fe

Monochromatic Colors of #c240fe

#c240fe

Complementary Color

#c240fe #7cfe40

#c240fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c240fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c240fe Color CSS Codes

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

#c240fe Text Font Color

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

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


#c240fe Background Color

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

This div background color is #c240fe


#c240fe Border Color

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

This div border color is #c240fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c240fe


Comments

No comments written yet.

Please login to write comment.