Color Hex Logo

#f058bf Color Hex

#F058BF
(240,88,191)
0 Favorites   0 Comments

Color spaces of #f058bf

RGB 24088191
HSL0.890.840.64
HSV319°63°94°
CMYK 0.000.630.20   0.06
XYZ48.828929.266352.3656
Yxy29.26630.37430.2243
Hunter Lab54.098366.4412-19.5221
CIE-Lab61.015968.4859-23.9102

#f058bf color RGB value is (240,88,191).

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

The process color (four color CMYK) of #f058bf color hex is 0.00, 0.63, 0.20, 0.06. Web safe color of #f058bf is #ff66cc. Color #f058bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011000 10111111
Octal 360 130 277
Decimal 240 88 191
Hex F0 58 BF

RGB Percentages of Color #f058bf

%46.24
%16.96
%36.80

CMYK Percentages of Color #f058bf

%0
%63
%20
%6

Triadic Colors of #f058bf

#f058bf #bff058 #58bff0

Analogous Colors of #f058bf

#f058bf #f05873 #d558f0

Monochromatic Colors of #f058bf

#f058bf

Complementary Color

#f058bf #58f089

#f058bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f058bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f058bf Color CSS Codes

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

#f058bf Text Font Color

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

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


#f058bf Background Color

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

This div background color is #f058bf


#f058bf Border Color

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

This div border color is #f058bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f058bf


Comments

No comments written yet.

Please login to write comment.