Color Hex Logo

#f120eb Color Hex

#F120EB
(241,32,235)
0 Favorites   0 Comments

Color spaces of #f120eb

RGB 24132235
HSL0.840.880.54
HSV302°87°95°
CMYK 0.000.870.02   0.05
XYZ51.787525.732080.8345
Yxy25.73200.32700.1625
Hunter Lab50.726793.4610-58.9716
CIE-Lab57.781890.3560-53.8860

#f120eb color RGB value is (241,32,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100000 11101011
Octal 361 40 353
Decimal 241 32 235
Hex F1 20 EB

RGB Percentages of Color #f120eb

%47.44
%6.30
%46.26

CMYK Percentages of Color #f120eb

%0
%87
%2
%5

Triadic Colors of #f120eb

#f120eb #ebf120 #20ebf1

Analogous Colors of #f120eb

#f120eb #f12083 #8f20f1

Monochromatic Colors of #f120eb

#f120eb

Complementary Color

#f120eb #20f126

#f120eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f120eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f120eb Color CSS Codes

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

#f120eb Text Font Color

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

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


#f120eb Background Color

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

This div background color is #f120eb


#f120eb Border Color

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

This div border color is #f120eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f120eb


Comments

No comments written yet.

Please login to write comment.