Color Hex Logo

#f136fe Color Hex

#F136FE
(241,54,254)
0 Favorites   0 Comments

Color spaces of #f136fe

RGB 24154254
HSL0.820.990.60
HSV296°79°100°
CMYK 0.050.790.00   0.00
XYZ55.484228.494996.3416
Yxy28.49490.30770.1580
Hunter Lab53.380692.1181-69.6405
CIE-Lab60.333288.8530-60.3969

#f136fe color RGB value is (241,54,254).

#f136fe hex color red value is 241, green value is 54 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f136fe hue: 0.82 , saturation: 0.99 and the lightness value of f136fe is 0.60.

The process color (four color CMYK) of #f136fe color hex is 0.05, 0.79, 0.00, 0.00. Web safe color of #f136fe is #ff33ff. Color #f136fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110110 11111110
Octal 361 66 376
Decimal 241 54 254
Hex F1 36 FE

RGB Percentages of Color #f136fe

%43.90
%9.84
%46.27

CMYK Percentages of Color #f136fe

%5
%79
%0
%0

Triadic Colors of #f136fe

#f136fe #fef136 #36fef1

Analogous Colors of #f136fe

#f136fe #fe36a7 #8d36fe

Monochromatic Colors of #f136fe

#f136fe

Complementary Color

#f136fe #43fe36

#f136fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f136fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f136fe Color CSS Codes

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

#f136fe Text Font Color

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

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


#f136fe Background Color

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

This div background color is #f136fe


#f136fe Border Color

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

This div border color is #f136fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f136fe

Related Colors


Comments

No comments written yet.

Please login to write comment.