Color Hex Logo

#f91eda Color Hex

#F91EDA
(249,30,218)
0 Favorites   0 Comments

Color spaces of #f91eda

RGB 24930218
HSL0.860.950.55
HSV308°88°98°
CMYK 0.000.880.12   0.02
XYZ52.186126.130268.6228
Yxy26.13020.35520.1778
Hunter Lab51.117792.7748-43.8113
CIE-Lab58.160489.7690-43.6117

#f91eda color RGB value is (249,30,218).

#f91eda hex color red value is 249, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f91eda hue: 0.86 , saturation: 0.95 and the lightness value of f91eda is 0.55.

The process color (four color CMYK) of #f91eda color hex is 0.00, 0.88, 0.12, 0.02. Web safe color of #f91eda is #ff33cc. Color #f91eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011110 11011010
Octal 371 36 332
Decimal 249 30 218
Hex F9 1E DA

RGB Percentages of Color #f91eda

%50.10
%6.04
%43.86

CMYK Percentages of Color #f91eda

%0
%88
%12
%2

Triadic Colors of #f91eda

#f91eda #daf91e #1edaf9

Analogous Colors of #f91eda

#f91eda #f91e6d #ab1ef9

Monochromatic Colors of #f91eda

#f91eda

Complementary Color

#f91eda #1ef93d

#f91eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91eda Color CSS Codes

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

#f91eda Text Font Color

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

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


#f91eda Background Color

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

This div background color is #f91eda


#f91eda Border Color

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

This div border color is #f91eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91eda


Comments

No comments written yet.

Please login to write comment.