Color Hex Logo

#f133eb Color Hex

#F133EB
(241,51,235)
0 Favorites   0 Comments

Color spaces of #f133eb

RGB 24151235
HSL0.840.870.57
HSV302°79°95°
CMYK 0.000.790.02   0.05
XYZ52.454927.066681.0570
Yxy27.06660.32670.1686
Hunter Lab52.025688.9283-55.9572
CIE-Lab59.035986.6971-51.8897

#f133eb color RGB value is (241,51,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110011 11101011
Octal 361 63 353
Decimal 241 51 235
Hex F1 33 EB

RGB Percentages of Color #f133eb

%45.73
%9.68
%44.59

CMYK Percentages of Color #f133eb

%0
%79
%2
%5

Triadic Colors of #f133eb

#f133eb #ebf133 #33ebf1

Analogous Colors of #f133eb

#f133eb #f1338c #9833f1

Monochromatic Colors of #f133eb

#f133eb

Complementary Color

#f133eb #33f139

#f133eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f133eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f133eb Color CSS Codes

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

#f133eb Text Font Color

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

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


#f133eb Background Color

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

This div background color is #f133eb


#f133eb Border Color

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

This div border color is #f133eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f133eb

Related Colors


Comments

No comments written yet.

Please login to write comment.