Color Hex Logo

#f454eb Color Hex

#F454EB
(244,84,235)
0 Favorites   0 Comments

Color spaces of #f454eb

RGB 24484235
HSL0.840.880.64
HSV303°66°96°
CMYK 0.000.660.04   0.04
XYZ55.473931.571981.7674
Yxy31.57190.32860.1870
Hunter Lab56.188977.8981-46.9480
CIE-Lab62.987577.3865-45.6047

#f454eb color RGB value is (244,84,235).

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

The process color (four color CMYK) of #f454eb color hex is 0.00, 0.66, 0.04, 0.04. Web safe color of #f454eb is #ff66ff. Color #f454eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010100 11101011
Octal 364 124 353
Decimal 244 84 235
Hex F4 54 EB

RGB Percentages of Color #f454eb

%43.34
%14.92
%41.74

CMYK Percentages of Color #f454eb

%0
%66
%4
%4

Triadic Colors of #f454eb

#f454eb #ebf454 #54ebf4

Analogous Colors of #f454eb

#f454eb #f4549b #ad54f4

Monochromatic Colors of #f454eb

#f454eb

Complementary Color

#f454eb #54f45d

#f454eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f454eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f454eb Color CSS Codes

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

#f454eb Text Font Color

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

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


#f454eb Background Color

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

This div background color is #f454eb


#f454eb Border Color

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

This div border color is #f454eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f454eb


Comments

No comments written yet.

Please login to write comment.