Color Hex Logo

#f150ba Color Hex

#F150BA
(241,80,186)
0 Favorites   0 Comments

Color spaces of #f150ba

RGB 24180186
HSL0.890.850.63
HSV320°67°95°
CMYK 0.000.670.23   0.05
XYZ48.007227.983349.3254
Yxy27.98330.38310.2233
Hunter Lab52.899269.4189-18.2549
CIE-Lab59.873671.1505-22.7865

#f150ba color RGB value is (241,80,186).

#f150ba hex color red value is 241, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f150ba hue: 0.89 , saturation: 0.85 and the lightness value of f150ba is 0.63.

The process color (four color CMYK) of #f150ba color hex is 0.00, 0.67, 0.23, 0.05. Web safe color of #f150ba is #ff66cc. Color #f150ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010000 10111010
Octal 361 120 272
Decimal 241 80 186
Hex F1 50 BA

RGB Percentages of Color #f150ba

%47.53
%15.78
%36.69

CMYK Percentages of Color #f150ba

%0
%67
%23
%5

Triadic Colors of #f150ba

#f150ba #baf150 #50baf1

Analogous Colors of #f150ba

#f150ba #f1506a #d850f1

Monochromatic Colors of #f150ba

#f150ba

Complementary Color

#f150ba #50f187

#f150ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f150ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f150ba Color CSS Codes

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

#f150ba Text Font Color

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

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


#f150ba Background Color

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

This div background color is #f150ba


#f150ba Border Color

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

This div border color is #f150ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f150ba

Related Colors


Comments

No comments written yet.

Please login to write comment.