Color Hex Logo

#f458bf Color Hex

#F458BF
(244,88,191)
0 Favorites   0 Comments

Color spaces of #f458bf

RGB 24488191
HSL0.890.880.65
HSV320°64°96°
CMYK 0.000.640.22   0.04
XYZ50.201929.974152.4299
Yxy29.97410.37860.2260
Hunter Lab54.748667.8660-18.4549
CIE-Lab61.631969.5497-22.9123

#f458bf color RGB value is (244,88,191).

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

The process color (four color CMYK) of #f458bf color hex is 0.00, 0.64, 0.22, 0.04. Web safe color of #f458bf is #ff66cc. Color #f458bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011000 10111111
Octal 364 130 277
Decimal 244 88 191
Hex F4 58 BF

RGB Percentages of Color #f458bf

%46.65
%16.83
%36.52

CMYK Percentages of Color #f458bf

%0
%64
%22
%4

Triadic Colors of #f458bf

#f458bf #bff458 #58bff4

Analogous Colors of #f458bf

#f458bf #f45871 #db58f4

Monochromatic Colors of #f458bf

#f458bf

Complementary Color

#f458bf #58f48d

#f458bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f458bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f458bf Color CSS Codes

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

#f458bf Text Font Color

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

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


#f458bf Background Color

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

This div background color is #f458bf


#f458bf Border Color

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

This div border color is #f458bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,88,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f458bf

Related Colors


Comments

No comments written yet.

Please login to write comment.