Color Hex Logo

#f19aed Color Hex

#F19AED
(241,154,237)
0 Favorites   0 Comments

Color spaces of #f19aed

RGB 241154237
HSL0.840.760.77
HSV303°36°95°
CMYK 0.000.360.02   0.05
XYZ63.117347.926486.0448
Yxy47.92640.32020.2432
Hunter Lab69.228941.5913-25.2315
CIE-Lab74.778544.9345-28.3916

#f19aed color RGB value is (241,154,237).

#f19aed hex color red value is 241, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f19aed hue: 0.84 , saturation: 0.76 and the lightness value of f19aed is 0.77.

The process color (four color CMYK) of #f19aed color hex is 0.00, 0.36, 0.02, 0.05. Web safe color of #f19aed is #ff99ff. Color #f19aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011010 11101101
Octal 361 232 355
Decimal 241 154 237
Hex F1 9A ED

RGB Percentages of Color #f19aed

%38.13
%24.37
%37.50

CMYK Percentages of Color #f19aed

%0
%36
%2
%5

Triadic Colors of #f19aed

#f19aed #edf19a #9aedf1

Analogous Colors of #f19aed

#f19aed #f19ac2 #ca9af1

Monochromatic Colors of #f19aed

#f19aed

Complementary Color

#f19aed #9af19e

#f19aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19aed Color CSS Codes

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

#f19aed Text Font Color

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

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


#f19aed Background Color

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

This div background color is #f19aed


#f19aed Border Color

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

This div border color is #f19aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19aed


Comments

No comments written yet.

Please login to write comment.