Color Hex Logo

#f58fbc Color Hex

#F58FBC
(245,143,188)
0 Favorites   0 Comments

Color spaces of #f58fbc

RGB 245143188
HSL0.930.840.76
HSV334°42°96°
CMYK 0.000.420.23   0.04
XYZ56.555742.688252.8358
Yxy42.68820.37190.2807
Hunter Lab65.336240.1731-2.2110
CIE-Lab71.342844.0707-6.5728

#f58fbc color RGB value is (245,143,188).

#f58fbc hex color red value is 245, green value is 143 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f58fbc hue: 0.93 , saturation: 0.84 and the lightness value of f58fbc is 0.76.

The process color (four color CMYK) of #f58fbc color hex is 0.00, 0.42, 0.23, 0.04. Web safe color of #f58fbc is #ff99cc. Color #f58fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001111 10111100
Octal 365 217 274
Decimal 245 143 188
Hex F5 8F BC

RGB Percentages of Color #f58fbc

%42.53
%24.83
%32.64

CMYK Percentages of Color #f58fbc

%0
%42
%23
%4

Triadic Colors of #f58fbc

#f58fbc #bcf58f #8fbcf5

Analogous Colors of #f58fbc

#f58fbc #f5958f #f58fef

Monochromatic Colors of #f58fbc

#f58fbc

Complementary Color

#f58fbc #8ff5c8

#f58fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58fbc Color CSS Codes

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

#f58fbc Text Font Color

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

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


#f58fbc Background Color

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

This div background color is #f58fbc


#f58fbc Border Color

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

This div border color is #f58fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,143,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f58fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f58fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #f58fbc;
  box-shadow:         1px 1px 3px 2px #f58fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,143,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58fbc


Comments

No comments written yet.

Please login to write comment.