Color Hex Logo

#f155ba Color Hex

#F155BA
(241,85,186)
0 Favorites   0 Comments

Color spaces of #f155ba

RGB 24185186
HSL0.890.850.64
HSV321°65°95°
CMYK 0.000.650.23   0.05
XYZ48.387128.742949.4520
Yxy28.74290.38230.2271
Hunter Lab53.612467.2809-17.1603
CIE-Lab60.554169.2653-21.7447

#f155ba color RGB value is (241,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010101 10111010
Octal 361 125 272
Decimal 241 85 186
Hex F1 55 BA

RGB Percentages of Color #f155ba

%47.07
%16.60
%36.33

CMYK Percentages of Color #f155ba

%0
%65
%23
%5

Triadic Colors of #f155ba

#f155ba #baf155 #55baf1

Analogous Colors of #f155ba

#f155ba #f1556c #da55f1

Monochromatic Colors of #f155ba

#f155ba

Complementary Color

#f155ba #55f18c

#f155ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f155ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f155ba Color CSS Codes

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

#f155ba Text Font Color

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

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


#f155ba Background Color

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

This div background color is #f155ba


#f155ba Border Color

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

This div border color is #f155ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f155ba


Comments

No comments written yet.

Please login to write comment.