Color Hex Logo

#f40efc Color Hex

#F40EFC
(244,14,252)
0 Favorites   0 Comments

Color spaces of #f40efc

RGB 24414252
HSL0.830.980.52
HSV298°94°99°
CMYK 0.030.940.00   0.01
XYZ55.036026.575494.3243
Yxy26.57540.31280.1511
Hunter Lab51.5513100.3511-72.3979
CIE-Lab58.579295.2851-62.0714

#f40efc color RGB value is (244,14,252).

#f40efc hex color red value is 244, green value is 14 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f40efc hue: 0.83 , saturation: 0.98 and the lightness value of f40efc is 0.52.

The process color (four color CMYK) of #f40efc color hex is 0.03, 0.94, 0.00, 0.01. Web safe color of #f40efc is #ff00ff. Color #f40efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001110 11111100
Octal 364 16 374
Decimal 244 14 252
Hex F4 E FC

RGB Percentages of Color #f40efc

%47.84
%2.75
%49.41

CMYK Percentages of Color #f40efc

%3
%94
%0
%1

Triadic Colors of #f40efc

#f40efc #fcf40e #0efcf4

Analogous Colors of #f40efc

#f40efc #fc0e8d #7d0efc

Monochromatic Colors of #f40efc

#f40efc

Complementary Color

#f40efc #16fc0e

#f40efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40efc Color CSS Codes

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

#f40efc Text Font Color

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

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


#f40efc Background Color

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

This div background color is #f40efc


#f40efc Border Color

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

This div border color is #f40efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40efc


Comments

No comments written yet.

Please login to write comment.