Color Hex Logo

#f184fc Color Hex

#F184FC
(241,132,252)
0 Favorites   0 Comments

Color spaces of #f184fc

RGB 241132252
HSL0.820.950.75
HSV295°48°99°
CMYK 0.040.480.00   0.01
XYZ62.097642.231696.9741
Yxy42.23160.30850.2098
Hunter Lab64.985856.8415-42.9845
CIE-Lab71.030358.7286-42.3729

#f184fc color RGB value is (241,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000100 11111100
Octal 361 204 374
Decimal 241 132 252
Hex F1 84 FC

RGB Percentages of Color #f184fc

%38.56
%21.12
%40.32

CMYK Percentages of Color #f184fc

%4
%48
%0
%1

Triadic Colors of #f184fc

#f184fc #fcf184 #84fcf1

Analogous Colors of #f184fc

#f184fc #fc84cb #b584fc

Monochromatic Colors of #f184fc

#f184fc

Complementary Color

#f184fc #8ffc84

#f184fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f184fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f184fc Color CSS Codes

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

#f184fc Text Font Color

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

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


#f184fc Background Color

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

This div background color is #f184fc


#f184fc Border Color

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

This div border color is #f184fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f184fc

Related Colors


Comments

No comments written yet.

Please login to write comment.