Color Hex Logo

#fc40ee Color Hex

#FC40EE
(252,64,238)
0 Favorites   0 Comments

Color spaces of #fc40ee

RGB 25264238
HSL0.850.970.62
HSV304°75°99°
CMYK 0.000.750.06   0.01
XYZ57.410930.535383.7569
Yxy30.53530.33440.1778
Hunter Lab55.258888.7492-51.1860
CIE-Lab62.113485.9620-48.5744

#fc40ee color RGB value is (252,64,238).

#fc40ee hex color red value is 252, green value is 64 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fc40ee hue: 0.85 , saturation: 0.97 and the lightness value of fc40ee is 0.62.

The process color (four color CMYK) of #fc40ee color hex is 0.00, 0.75, 0.06, 0.01. Web safe color of #fc40ee is #ff33ff. Color #fc40ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 11101110
Octal 374 100 356
Decimal 252 64 238
Hex FC 40 EE

RGB Percentages of Color #fc40ee

%45.49
%11.55
%42.96

CMYK Percentages of Color #fc40ee

%0
%75
%6
%1

Triadic Colors of #fc40ee

#fc40ee #eefc40 #40eefc

Analogous Colors of #fc40ee

#fc40ee #fc4090 #ac40fc

Monochromatic Colors of #fc40ee

#fc40ee

Complementary Color

#fc40ee #40fc4e

#fc40ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc40ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc40ee Color CSS Codes

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

#fc40ee Text Font Color

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

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


#fc40ee Background Color

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

This div background color is #fc40ee


#fc40ee Border Color

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

This div border color is #fc40ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,64,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc40ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc40ee


Comments

No comments written yet.

Please login to write comment.