Color Hex Logo

#f022eb Color Hex

#F022EB
(240,34,235)
0 Favorites   0 Comments

Color spaces of #f022eb

RGB 24034235
HSL0.840.870.54
HSV301°86°94°
CMYK 0.000.860.02   0.06
XYZ51.502625.667580.8371
Yxy25.66750.32600.1624
Hunter Lab50.663192.7973-59.1378
CIE-Lab57.720189.8717-53.9944

#f022eb color RGB value is (240,34,235).

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

The process color (four color CMYK) of #f022eb color hex is 0.00, 0.86, 0.02, 0.06. Web safe color of #f022eb is #ff33ff. Color #f022eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100010 11101011
Octal 360 42 353
Decimal 240 34 235
Hex F0 22 EB

RGB Percentages of Color #f022eb

%47.15
%6.68
%46.17

CMYK Percentages of Color #f022eb

%0
%86
%2
%6

Triadic Colors of #f022eb

#f022eb #ebf022 #22ebf0

Analogous Colors of #f022eb

#f022eb #f02284 #8e22f0

Monochromatic Colors of #f022eb

#f022eb

Complementary Color

#f022eb #22f027

#f022eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f022eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f022eb Color CSS Codes

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

#f022eb Text Font Color

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

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


#f022eb Background Color

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

This div background color is #f022eb


#f022eb Border Color

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

This div border color is #f022eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f022eb


Comments

No comments written yet.

Please login to write comment.