Color Hex Logo

#f135bd Color Hex

#F135BD
(241,53,189)
0 Favorites   0 Comments

Color spaces of #f135bd

RGB 24153189
HSL0.880.870.58
HSV317°78°95°
CMYK 0.000.780.22   0.05
XYZ46.734024.921150.4912
Yxy24.92110.38260.2040
Hunter Lab49.921079.7425-25.0224
CIE-Lab56.998579.9918-28.9445

#f135bd color RGB value is (241,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110101 10111101
Octal 361 65 275
Decimal 241 53 189
Hex F1 35 BD

RGB Percentages of Color #f135bd

%49.90
%10.97
%39.13

CMYK Percentages of Color #f135bd

%0
%78
%22
%5

Triadic Colors of #f135bd

#f135bd #bdf135 #35bdf1

Analogous Colors of #f135bd

#f135bd #f1355f #c735f1

Monochromatic Colors of #f135bd

#f135bd

Complementary Color

#f135bd #35f169

#f135bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f135bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f135bd Color CSS Codes

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

#f135bd Text Font Color

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

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


#f135bd Background Color

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

This div background color is #f135bd


#f135bd Border Color

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

This div border color is #f135bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f135bd


Comments

No comments written yet.

Please login to write comment.