Color Hex Logo

#f155bd Color Hex

#F155BD
(241,85,189)
0 Favorites   0 Comments

Color spaces of #f155bd

RGB 24185189
HSL0.890.850.64
HSV320°65°95°
CMYK 0.000.650.22   0.05
XYZ48.709428.871951.1497
Yxy28.87190.37840.2243
Hunter Lab53.732667.7810-18.8272
CIE-Lab60.668469.6569-23.2871

#f155bd color RGB value is (241,85,189).

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

The process color (four color CMYK) of #f155bd color hex is 0.00, 0.65, 0.22, 0.05. Web safe color of #f155bd is #ff66cc. Color #f155bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010101 10111101
Octal 361 125 275
Decimal 241 85 189
Hex F1 55 BD

RGB Percentages of Color #f155bd

%46.80
%16.50
%36.70

CMYK Percentages of Color #f155bd

%0
%65
%22
%5

Triadic Colors of #f155bd

#f155bd #bdf155 #55bdf1

Analogous Colors of #f155bd

#f155bd #f1556f #d755f1

Monochromatic Colors of #f155bd

#f155bd

Complementary Color

#f155bd #55f189

#f155bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f155bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f155bd Color CSS Codes

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

#f155bd Text Font Color

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

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


#f155bd Background Color

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

This div background color is #f155bd


#f155bd Border Color

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

This div border color is #f155bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f155bd


Comments

No comments written yet.

Please login to write comment.