Color Hex Logo

#f115bc Color Hex

#F115BC
(241,21,188)
0 Favorites   0 Comments

Color spaces of #f115bc

RGB 24121188
HSL0.870.890.51
HSV314°91°95°
CMYK 0.000.910.22   0.05
XYZ45.620922.867949.5864
Yxy22.86790.38640.1937
Hunter Lab47.820486.6042-28.0053
CIE-Lab54.936085.7234-31.5702

#f115bc color RGB value is (241,21,188).

#f115bc hex color red value is 241, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f115bc hue: 0.87 , saturation: 0.89 and the lightness value of f115bc is 0.51.

The process color (four color CMYK) of #f115bc color hex is 0.00, 0.91, 0.22, 0.05. Web safe color of #f115bc is #ff00cc. Color #f115bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 10111100
Octal 361 25 274
Decimal 241 21 188
Hex F1 15 BC

RGB Percentages of Color #f115bc

%53.56
%4.67
%41.78

CMYK Percentages of Color #f115bc

%0
%91
%22
%5

Triadic Colors of #f115bc

#f115bc #bcf115 #15bcf1

Analogous Colors of #f115bc

#f115bc #f1154e #b815f1

Monochromatic Colors of #f115bc

#f115bc

Complementary Color

#f115bc #15f14a

#f115bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f115bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f115bc Color CSS Codes

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

#f115bc Text Font Color

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

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


#f115bc Background Color

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

This div background color is #f115bc


#f115bc Border Color

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

This div border color is #f115bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f115bc


Comments

No comments written yet.

Please login to write comment.