Color Hex Logo

#f40ece Color Hex

#F40ECE
(244,14,206)
0 Favorites   0 Comments

Color spaces of #f40ece

RGB 24414206
HSL0.860.910.51
HSV310°94°96°
CMYK 0.000.940.16   0.04
XYZ48.605824.003460.4638
Yxy24.00340.36530.1804
Hunter Lab48.993391.3501-38.8760
CIE-Lab56.091289.1024-40.0947

#f40ece color RGB value is (244,14,206).

#f40ece hex color red value is 244, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f40ece hue: 0.86 , saturation: 0.91 and the lightness value of f40ece is 0.51.

The process color (four color CMYK) of #f40ece color hex is 0.00, 0.94, 0.16, 0.04. Web safe color of #f40ece is #ff00cc. Color #f40ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001110 11001110
Octal 364 16 316
Decimal 244 14 206
Hex F4 E CE

RGB Percentages of Color #f40ece

%52.59
%3.02
%44.40

CMYK Percentages of Color #f40ece

%0
%94
%16
%4

Triadic Colors of #f40ece

#f40ece #cef40e #0ecef4

Analogous Colors of #f40ece

#f40ece #f40e5b #a70ef4

Monochromatic Colors of #f40ece

#f40ece

Complementary Color

#f40ece #0ef434

#f40ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40ece Color CSS Codes

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

#f40ece Text Font Color

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

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


#f40ece Background Color

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

This div background color is #f40ece


#f40ece Border Color

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

This div border color is #f40ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40ece


Comments

No comments written yet.

Please login to write comment.