Color Hex Logo

#f0547b Color Hex

#F0547B
(240,84,123)
0 Favorites   0 Comments

Color spaces of #f0547b

RGB 24084123
HSL0.960.840.64
HSV345°65°94°
CMYK 0.000.650.49   0.06
XYZ42.680726.296021.5650
Yxy26.29600.47140.2904
Hunter Lab51.279658.828510.9621
CIE-Lab58.317062.552711.5520

#f0547b color RGB value is (240,84,123).

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

The process color (four color CMYK) of #f0547b color hex is 0.00, 0.65, 0.49, 0.06. Web safe color of #f0547b is #ff6666. Color #f0547b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010100 01111011
Octal 360 124 173
Decimal 240 84 123
Hex F0 54 7B

RGB Percentages of Color #f0547b

%53.69
%18.79
%27.52

CMYK Percentages of Color #f0547b

%0
%65
%49
%6

Triadic Colors of #f0547b

#f0547b #7bf054 #547bf0

Analogous Colors of #f0547b

#f0547b #f07b54 #f054c9

Monochromatic Colors of #f0547b

#f0547b

Complementary Color

#f0547b #54f0c9

#f0547b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0547b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0547b Color CSS Codes

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

#f0547b Text Font Color

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

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


#f0547b Background Color

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

This div background color is #f0547b


#f0547b Border Color

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

This div border color is #f0547b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,84,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0547b


Comments

No comments written yet.

Please login to write comment.