Color Hex Logo

#f185fb Color Hex

#F185FB
(241,133,251)
0 Favorites   0 Comments

Color spaces of #f185fb

RGB 241133251
HSL0.820.940.75
HSV295°47°98°
CMYK 0.040.470.00   0.02
XYZ62.075742.440996.1869
Yxy42.44090.30930.2115
Hunter Lab65.146756.0789-41.9370
CIE-Lab71.173858.0589-41.6034

#f185fb color RGB value is (241,133,251).

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

The process color (four color CMYK) of #f185fb color hex is 0.04, 0.47, 0.00, 0.02. Web safe color of #f185fb is #ff99ff. Color #f185fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 11111011
Octal 361 205 373
Decimal 241 133 251
Hex F1 85 FB

RGB Percentages of Color #f185fb

%38.56
%21.28
%40.16

CMYK Percentages of Color #f185fb

%4
%47
%0
%2

Triadic Colors of #f185fb

#f185fb #fbf185 #85fbf1

Analogous Colors of #f185fb

#f185fb #fb85ca #b685fb

Monochromatic Colors of #f185fb

#f185fb

Complementary Color

#f185fb #8ffb85

#f185fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185fb Color CSS Codes

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

#f185fb Text Font Color

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

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


#f185fb Background Color

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

This div background color is #f185fb


#f185fb Border Color

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

This div border color is #f185fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185fb


Comments

No comments written yet.

Please login to write comment.