Color Hex Logo

#f94eeb Color Hex

#F94EEB
(249,78,235)
0 Favorites   0 Comments

Color spaces of #f94eeb

RGB 24978235
HSL0.850.930.64
HSV305°69°98°
CMYK 0.000.690.06   0.02
XYZ56.786731.586781.7011
Yxy31.58670.33390.1857
Hunter Lab56.202082.0033-46.8486
CIE-Lab62.999880.6038-45.5343

#f94eeb color RGB value is (249,78,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001110 11101011
Octal 371 116 353
Decimal 249 78 235
Hex F9 4E EB

RGB Percentages of Color #f94eeb

%44.31
%13.88
%41.81

CMYK Percentages of Color #f94eeb

%0
%69
%6
%2

Triadic Colors of #f94eeb

#f94eeb #ebf94e #4eebf9

Analogous Colors of #f94eeb

#f94eeb #f94e96 #b24ef9

Monochromatic Colors of #f94eeb

#f94eeb

Complementary Color

#f94eeb #4ef95c

#f94eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94eeb Color CSS Codes

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

#f94eeb Text Font Color

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

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


#f94eeb Background Color

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

This div background color is #f94eeb


#f94eeb Border Color

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

This div border color is #f94eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94eeb


Comments

No comments written yet.

Please login to write comment.