Color Hex Logo

#f189fc Color Hex

#F189FC
(241,137,252)
0 Favorites   0 Comments

Color spaces of #f189fc

RGB 241137252
HSL0.820.950.76
HSV294°46°99°
CMYK 0.040.460.00   0.01
XYZ62.792043.620497.2055
Yxy43.62040.30840.2142
Hunter Lab66.045754.1262-41.0304
CIE-Lab71.974056.2719-40.8987

#f189fc color RGB value is (241,137,252).

#f189fc hex color red value is 241, green value is 137 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f189fc hue: 0.82 , saturation: 0.95 and the lightness value of f189fc is 0.76.

The process color (four color CMYK) of #f189fc color hex is 0.04, 0.46, 0.00, 0.01. Web safe color of #f189fc is #ff99ff. Color #f189fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001001 11111100
Octal 361 211 374
Decimal 241 137 252
Hex F1 89 FC

RGB Percentages of Color #f189fc

%38.25
%21.75
%40.00

CMYK Percentages of Color #f189fc

%4
%46
%0
%1

Triadic Colors of #f189fc

#f189fc #fcf189 #89fcf1

Analogous Colors of #f189fc

#f189fc #fc89ce #b889fc

Monochromatic Colors of #f189fc

#f189fc

Complementary Color

#f189fc #94fc89

#f189fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f189fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f189fc Color CSS Codes

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

#f189fc Text Font Color

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

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


#f189fc Background Color

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

This div background color is #f189fc


#f189fc Border Color

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

This div border color is #f189fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,137,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f189fc

Related Colors


Comments

No comments written yet.

Please login to write comment.