Color Hex Logo

#fc40ef Color Hex

#FC40EF
(252,64,239)
0 Favorites   0 Comments

Color spaces of #fc40ef

RGB 25264239
HSL0.840.970.62
HSV304°75°99°
CMYK 0.000.750.05   0.01
XYZ57.558330.594284.5330
Yxy30.59420.33330.1772
Hunter Lab55.312088.9530-51.8941
CIE-Lab62.163686.1071-49.0521

#fc40ef color RGB value is (252,64,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 11101111
Octal 374 100 357
Decimal 252 64 239
Hex FC 40 EF

RGB Percentages of Color #fc40ef

%45.41
%11.53
%43.06

CMYK Percentages of Color #fc40ef

%0
%75
%5
%1

Triadic Colors of #fc40ef

#fc40ef #effc40 #40effc

Analogous Colors of #fc40ef

#fc40ef #fc4091 #ab40fc

Monochromatic Colors of #fc40ef

#fc40ef

Complementary Color

#fc40ef #40fc4d

#fc40ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc40ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc40ef Color CSS Codes

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

#fc40ef Text Font Color

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

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


#fc40ef Background Color

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

This div background color is #fc40ef


#fc40ef Border Color

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

This div border color is #fc40ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc40ef


Comments

No comments written yet.

Please login to write comment.