Color Hex Logo

#f19fed Color Hex

#F19FED
(241,159,237)
0 Favorites   0 Comments

Color spaces of #f19fed

RGB 241159237
HSL0.840.750.78
HSV303°34°95°
CMYK 0.000.340.02   0.05
XYZ63.959849.611586.3257
Yxy49.61150.32000.2482
Hunter Lab70.435438.8272-23.3611
CIE-Lab75.830242.3337-26.7793

#f19fed color RGB value is (241,159,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011111 11101101
Octal 361 237 355
Decimal 241 159 237
Hex F1 9F ED

RGB Percentages of Color #f19fed

%37.83
%24.96
%37.21

CMYK Percentages of Color #f19fed

%0
%34
%2
%5

Triadic Colors of #f19fed

#f19fed #edf19f #9fedf1

Analogous Colors of #f19fed

#f19fed #f19fc4 #cc9ff1

Monochromatic Colors of #f19fed

#f19fed

Complementary Color

#f19fed #9ff1a3

#f19fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19fed Color CSS Codes

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

#f19fed Text Font Color

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

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


#f19fed Background Color

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

This div background color is #f19fed


#f19fed Border Color

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

This div border color is #f19fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19fed


Comments

No comments written yet.

Please login to write comment.