color codes Logo

#c440fe color codes

#C440FE
(196,64,254)
0 Favorites   0 Comments

Color spaces of #c440fe

RGB 19664254
HSL0.780.990.62
HSV282°75°100°
CMYK 0.230.750.00   0.00
XYZ42.487722.558395.8808
Yxy22.55830.26400.1402
Hunter Lab47.495676.5619-86.4437
CIE-Lab54.614477.9339-69.9503

#c440fe color RGB value is (196,64,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000000 11111110
Octal 304 100 376
Decimal 196 64 254
Hex C4 40 FE

RGB Percentages of Color #c440fe

%38.13
%12.45
%49.42

CMYK Percentages of Color #c440fe

%23
%75
%0
%0

Triadic Colors of #c440fe

#c440fe #fec440 #40fec4

Analogous Colors of #c440fe

#c440fe #fe40d9 #6540fe

Monochromatic Colors of #c440fe

#c440fe

Complementary Color

#c440fe #7afe40

#c440fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c440fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c440fe Color CSS Codes

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

#c440fe Text Font Color

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

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


#c440fe Background Color

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

This div background color is #c440fe


#c440fe Border Color

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

This div border color is #c440fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c440fe


Comments

No comments written yet.

Please login to write comment.