Color Hex Logo

#f94eea Color Hex

#F94EEA
(249,78,234)
0 Favorites   0 Comments

Color spaces of #f94eea

RGB 24978234
HSL0.850.930.64
HSV305°69°98°
CMYK 0.000.690.06   0.02
XYZ56.642631.529080.9422
Yxy31.52900.33490.1864
Hunter Lab56.150781.8000-46.1621
CIE-Lab62.951780.4547-45.0528

#f94eea color RGB value is (249,78,234).

#f94eea hex color red value is 249, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f94eea hue: 0.85 , saturation: 0.93 and the lightness value of f94eea is 0.64.

The process color (four color CMYK) of #f94eea color hex is 0.00, 0.69, 0.06, 0.02. Web safe color of #f94eea is #ff66ff. Color #f94eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11101010
Octal 371 116 352
Decimal 249 78 234
Hex F9 4E EA

RGB Percentages of Color #f94eea

%44.39
%13.90
%41.71

CMYK Percentages of Color #f94eea

%0
%69
%6
%2

Triadic Colors of #f94eea

#f94eea #eaf94e #4eeaf9

Analogous Colors of #f94eea

#f94eea #f94e95 #b34ef9

Monochromatic Colors of #f94eea

#f94eea

Complementary Color

#f94eea #4ef95d

#f94eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94eea Color CSS Codes

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

#f94eea Text Font Color

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

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


#f94eea Background Color

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

This div background color is #f94eea


#f94eea Border Color

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

This div border color is #f94eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94eea


Comments

No comments written yet.

Please login to write comment.