Color Hex Logo

#f458ed Color Hex

#F458ED
(244,88,237)
0 Favorites   0 Comments

Color spaces of #f458ed

RGB 24488237
HSL0.840.880.65
HSV303°64°96°
CMYK 0.000.640.03   0.04
XYZ56.084032.327083.4045
Yxy32.32700.32640.1881
Hunter Lab56.856876.5742-47.1740
CIE-Lab63.612276.2198-45.7328

#f458ed color RGB value is (244,88,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011000 11101101
Octal 364 130 355
Decimal 244 88 237
Hex F4 58 ED

RGB Percentages of Color #f458ed

%42.88
%15.47
%41.65

CMYK Percentages of Color #f458ed

%0
%64
%3
%4

Triadic Colors of #f458ed

#f458ed #edf458 #58edf4

Analogous Colors of #f458ed

#f458ed #f4589f #ad58f4

Monochromatic Colors of #f458ed

#f458ed

Complementary Color

#f458ed #58f45f

#f458ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f458ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f458ed Color CSS Codes

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

#f458ed Text Font Color

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

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


#f458ed Background Color

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

This div background color is #f458ed


#f458ed Border Color

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

This div border color is #f458ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f458ed


Comments

No comments written yet.

Please login to write comment.