Color Hex Logo

#f994eb Color Hex

#F994EB
(249,148,235)
0 Favorites   0 Comments

Color spaces of #f994eb

RGB 249148235
HSL0.860.890.78
HSV308°41°98°
CMYK 0.000.410.06   0.02
XYZ64.652247.317784.3229
Yxy47.31770.32940.2411
Hunter Lab68.787947.3895-24.5285
CIE-Lab74.392550.1059-27.8153

#f994eb color RGB value is (249,148,235).

#f994eb hex color red value is 249, green value is 148 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f994eb hue: 0.86 , saturation: 0.89 and the lightness value of f994eb is 0.78.

The process color (four color CMYK) of #f994eb color hex is 0.00, 0.41, 0.06, 0.02. Web safe color of #f994eb is #ff99ff. Color #f994eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010100 11101011
Octal 371 224 353
Decimal 249 148 235
Hex F9 94 EB

RGB Percentages of Color #f994eb

%39.40
%23.42
%37.18

CMYK Percentages of Color #f994eb

%0
%41
%6
%2

Triadic Colors of #f994eb

#f994eb #ebf994 #94ebf9

Analogous Colors of #f994eb

#f994eb #f994b9 #d594f9

Monochromatic Colors of #f994eb

#f994eb

Complementary Color

#f994eb #94f9a2

#f994eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f994eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f994eb Color CSS Codes

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

#f994eb Text Font Color

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

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


#f994eb Background Color

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

This div background color is #f994eb


#f994eb Border Color

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

This div border color is #f994eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f994eb


Comments

No comments written yet.

Please login to write comment.