Color Hex Logo

#f44aee Color Hex

#F44AEE
(244,74,238)
0 Favorites   0 Comments

Color spaces of #f44aee

RGB 24474238
HSL0.840.890.62
HSV302°70°96°
CMYK 0.000.700.02   0.04
XYZ55.189630.303783.8293
Yxy30.30370.32590.1790
Hunter Lab55.048882.6212-51.7537
CIE-Lab61.915481.2925-48.9685

#f44aee color RGB value is (244,74,238).

#f44aee hex color red value is 244, green value is 74 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f44aee hue: 0.84 , saturation: 0.89 and the lightness value of f44aee is 0.62.

The process color (four color CMYK) of #f44aee color hex is 0.00, 0.70, 0.02, 0.04. Web safe color of #f44aee is #ff33ff. Color #f44aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001010 11101110
Octal 364 112 356
Decimal 244 74 238
Hex F4 4A EE

RGB Percentages of Color #f44aee

%43.88
%13.31
%42.81

CMYK Percentages of Color #f44aee

%0
%70
%2
%4

Triadic Colors of #f44aee

#f44aee #eef44a #4aeef4

Analogous Colors of #f44aee

#f44aee #f44a99 #a54af4

Monochromatic Colors of #f44aee

#f44aee

Complementary Color

#f44aee #4af450

#f44aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44aee Color CSS Codes

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

#f44aee Text Font Color

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

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


#f44aee Background Color

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

This div background color is #f44aee


#f44aee Border Color

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

This div border color is #f44aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,74,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 #f44aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44aee


Comments

No comments written yet.

Please login to write comment.