Color Hex Logo

#f94aed Color Hex

#F94AED
(249,74,237)
0 Favorites   0 Comments

Color spaces of #f94aed

RGB 24974237
HSL0.840.940.63
HSV304°70°98°
CMYK 0.000.700.05   0.02
XYZ56.801831.151783.1399
Yxy31.15170.33200.1821
Hunter Lab55.813783.9861-49.2486
CIE-Lab62.635582.2115-47.2231

#f94aed color RGB value is (249,74,237).

#f94aed hex color red value is 249, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f94aed hue: 0.84 , saturation: 0.94 and the lightness value of f94aed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001010 11101101
Octal 371 112 355
Decimal 249 74 237
Hex F9 4A ED

RGB Percentages of Color #f94aed

%44.46
%13.21
%42.32

CMYK Percentages of Color #f94aed

%0
%70
%5
%2

Triadic Colors of #f94aed

#f94aed #edf94a #4aedf9

Analogous Colors of #f94aed

#f94aed #f94a96 #ae4af9

Monochromatic Colors of #f94aed

#f94aed

Complementary Color

#f94aed #4af956

#f94aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94aed Color CSS Codes

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

#f94aed Text Font Color

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

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


#f94aed Background Color

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

This div background color is #f94aed


#f94aed Border Color

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

This div border color is #f94aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94aed


Comments

No comments written yet.

Please login to write comment.