Color Hex Logo

#f135bb Color Hex

#F135BB
(241,53,187)
0 Favorites   0 Comments

Color spaces of #f135bb

RGB 24153187
HSL0.880.870.58
HSV317°78°95°
CMYK 0.000.780.22   0.05
XYZ46.518424.834849.3555
Yxy24.83480.38540.2057
Hunter Lab49.834579.4117-23.8359
CIE-Lab56.914179.7476-27.9204

#f135bb color RGB value is (241,53,187).

#f135bb hex color red value is 241, green value is 53 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f135bb hue: 0.88 , saturation: 0.87 and the lightness value of f135bb is 0.58.

The process color (four color CMYK) of #f135bb color hex is 0.00, 0.78, 0.22, 0.05. Web safe color of #f135bb is #ff33cc. Color #f135bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110101 10111011
Octal 361 65 273
Decimal 241 53 187
Hex F1 35 BB

RGB Percentages of Color #f135bb

%50.10
%11.02
%38.88

CMYK Percentages of Color #f135bb

%0
%78
%22
%5

Triadic Colors of #f135bb

#f135bb #bbf135 #35bbf1

Analogous Colors of #f135bb

#f135bb #f1355d #c935f1

Monochromatic Colors of #f135bb

#f135bb

Complementary Color

#f135bb #35f16b

#f135bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f135bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f135bb Color CSS Codes

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

#f135bb Text Font Color

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

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


#f135bb Background Color

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

This div background color is #f135bb


#f135bb Border Color

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

This div border color is #f135bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f135bb


Comments

No comments written yet.

Please login to write comment.