Color Hex Logo

#f184fd Color Hex

#F184FD
(241,132,253)
0 Favorites   0 Comments

Color spaces of #f184fd

RGB 241132253
HSL0.820.970.75
HSV294°48°99°
CMYK 0.050.480.00   0.01
XYZ62.256542.295197.8110
Yxy42.29510.30760.2090
Hunter Lab65.034757.0641-43.6468
CIE-Lab71.073958.9104-42.8497

#f184fd color RGB value is (241,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000100 11111101
Octal 361 204 375
Decimal 241 132 253
Hex F1 84 FD

RGB Percentages of Color #f184fd

%38.50
%21.09
%40.42

CMYK Percentages of Color #f184fd

%5
%48
%0
%1

Triadic Colors of #f184fd

#f184fd #fdf184 #84fdf1

Analogous Colors of #f184fd

#f184fd #fd84cd #b584fd

Monochromatic Colors of #f184fd

#f184fd

Complementary Color

#f184fd #90fd84

#f184fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f184fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f184fd Color CSS Codes

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

#f184fd Text Font Color

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

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


#f184fd Background Color

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

This div background color is #f184fd


#f184fd Border Color

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

This div border color is #f184fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f184fd


Comments

No comments written yet.

Please login to write comment.