Color Hex Logo

#f57dbb Color Hex

#F57DBB
(245,125,187)
0 Favorites   0 Comments

Color spaces of #f57dbb

RGB 245125187
HSL0.910.860.73
HSV329°49°96°
CMYK 0.000.490.24   0.04
XYZ53.959437.667651.4403
Yxy37.66760.37720.2633
Hunter Lab61.373949.5312-6.7319
CIE-Lab67.774952.9132-11.3283

#f57dbb color RGB value is (245,125,187).

#f57dbb hex color red value is 245, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f57dbb hue: 0.91 , saturation: 0.86 and the lightness value of f57dbb is 0.73.

The process color (four color CMYK) of #f57dbb color hex is 0.00, 0.49, 0.24, 0.04. Web safe color of #f57dbb is #ff66cc. Color #f57dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111101 10111011
Octal 365 175 273
Decimal 245 125 187
Hex F5 7D BB

RGB Percentages of Color #f57dbb

%43.99
%22.44
%33.57

CMYK Percentages of Color #f57dbb

%0
%49
%24
%4

Triadic Colors of #f57dbb

#f57dbb #bbf57d #7dbbf5

Analogous Colors of #f57dbb

#f57dbb #f57d7f #f37df5

Monochromatic Colors of #f57dbb

#f57dbb

Complementary Color

#f57dbb #7df5b7

#f57dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57dbb Color CSS Codes

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

#f57dbb Text Font Color

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

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


#f57dbb Background Color

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

This div background color is #f57dbb


#f57dbb Border Color

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

This div border color is #f57dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57dbb


Comments

No comments written yet.

Please login to write comment.