Color Hex Logo

#f555bb Color Hex

#F555BB
(245,85,187)
0 Favorites   0 Comments

Color spaces of #f555bb

RGB 24585187
HSL0.890.890.65
HSV322°65°96°
CMYK 0.000.650.24   0.04
XYZ49.874329.497350.0786
Yxy29.49730.38530.2279
Hunter Lab54.311468.8720-16.6512
CIE-Lab61.218070.4524-21.2465

#f555bb color RGB value is (245,85,187).

#f555bb hex color red value is 245, green value is 85 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f555bb hue: 0.89 , saturation: 0.89 and the lightness value of f555bb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010101 10111011
Octal 365 125 273
Decimal 245 85 187
Hex F5 55 BB

RGB Percentages of Color #f555bb

%47.39
%16.44
%36.17

CMYK Percentages of Color #f555bb

%0
%65
%24
%4

Triadic Colors of #f555bb

#f555bb #bbf555 #55bbf5

Analogous Colors of #f555bb

#f555bb #f5556b #df55f5

Monochromatic Colors of #f555bb

#f555bb

Complementary Color

#f555bb #55f58f

#f555bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f555bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f555bb Color CSS Codes

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

#f555bb Text Font Color

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

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


#f555bb Background Color

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

This div background color is #f555bb


#f555bb Border Color

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

This div border color is #f555bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f555bb


Comments

No comments written yet.

Please login to write comment.