Color Hex Logo

#f578bb Color Hex

#F578BB
(245,120,187)
0 Favorites   0 Comments

Color spaces of #f578bb

RGB 245120187
HSL0.910.860.72
HSV328°51°96°
CMYK 0.000.510.24   0.04
XYZ53.342336.433351.2346
Yxy36.43330.37830.2584
Hunter Lab60.360052.1168-8.0744
CIE-Lab66.849755.3170-12.7157

#f578bb color RGB value is (245,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111000 10111011
Octal 365 170 273
Decimal 245 120 187
Hex F5 78 BB

RGB Percentages of Color #f578bb

%44.38
%21.74
%33.88

CMYK Percentages of Color #f578bb

%0
%51
%24
%4

Triadic Colors of #f578bb

#f578bb #bbf578 #78bbf5

Analogous Colors of #f578bb

#f578bb #f5787d #f178f5

Monochromatic Colors of #f578bb

#f578bb

Complementary Color

#f578bb #78f5b2

#f578bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f578bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f578bb Color CSS Codes

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

#f578bb Text Font Color

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

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


#f578bb Background Color

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

This div background color is #f578bb


#f578bb Border Color

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

This div border color is #f578bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f578bb


Comments

No comments written yet.

Please login to write comment.