Color Hex Logo

#f40edd Color Hex

#F40EDD
(244,14,221)
0 Favorites   0 Comments

Color spaces of #f40edd

RGB 24414221
HSL0.850.910.51
HSV306°94°96°
CMYK 0.000.940.09   0.04
XYZ50.516424.767670.5247
Yxy24.76760.34650.1699
Hunter Lab49.767194.0953-49.1827
CIE-Lab56.848391.0109-47.4437

#f40edd color RGB value is (244,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001110 11011101
Octal 364 16 335
Decimal 244 14 221
Hex F4 E DD

RGB Percentages of Color #f40edd

%50.94
%2.92
%46.14

CMYK Percentages of Color #f40edd

%0
%94
%9
%4

Triadic Colors of #f40edd

#f40edd #ddf40e #0eddf4

Analogous Colors of #f40edd

#f40edd #f40e6a #980ef4

Monochromatic Colors of #f40edd

#f40edd

Complementary Color

#f40edd #0ef425

#f40edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40edd Color CSS Codes

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

#f40edd Text Font Color

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

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


#f40edd Background Color

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

This div background color is #f40edd


#f40edd Border Color

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

This div border color is #f40edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40edd


Comments

No comments written yet.

Please login to write comment.