Color Hex Logo

#f134ed Color Hex

#F134ED
(241,52,237)
0 Favorites   0 Comments

Color spaces of #f134ed

RGB 24152237
HSL0.840.870.57
HSV301°78°95°
CMYK 0.000.780.02   0.05
XYZ52.789727.271282.6023
Yxy27.27120.32450.1677
Hunter Lab52.221889.0528-57.2271
CIE-Lab59.224586.7549-52.7092

#f134ed color RGB value is (241,52,237).

#f134ed hex color red value is 241, green value is 52 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f134ed hue: 0.84 , saturation: 0.87 and the lightness value of f134ed is 0.57.

The process color (four color CMYK) of #f134ed color hex is 0.00, 0.78, 0.02, 0.05. Web safe color of #f134ed is #ff33ff. Color #f134ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110100 11101101
Octal 361 64 355
Decimal 241 52 237
Hex F1 34 ED

RGB Percentages of Color #f134ed

%45.47
%9.81
%44.72

CMYK Percentages of Color #f134ed

%0
%78
%2
%5

Triadic Colors of #f134ed

#f134ed #edf134 #34edf1

Analogous Colors of #f134ed

#f134ed #f1348f #9734f1

Monochromatic Colors of #f134ed

#f134ed

Complementary Color

#f134ed #34f138

#f134ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f134ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f134ed Color CSS Codes

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

#f134ed Text Font Color

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

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


#f134ed Background Color

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

This div background color is #f134ed


#f134ed Border Color

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

This div border color is #f134ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f134ed


Comments

No comments written yet.

Please login to write comment.