Color Hex Logo

#f54cbb Color Hex

#F54CBB
(245,76,187)
0 Favorites   0 Comments

Color spaces of #f54cbb

RGB 24576187
HSL0.890.890.63
HSV321°69°96°
CMYK 0.000.690.24   0.04
XYZ49.210328.169249.8572
Yxy28.16920.38680.2214
Hunter Lab53.074772.6228-18.5435
CIE-Lab60.041373.7269-23.0475

#f54cbb color RGB value is (245,76,187).

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

The process color (four color CMYK) of #f54cbb color hex is 0.00, 0.69, 0.24, 0.04. Web safe color of #f54cbb is #ff33cc. Color #f54cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001100 10111011
Octal 365 114 273
Decimal 245 76 187
Hex F5 4C BB

RGB Percentages of Color #f54cbb

%48.23
%14.96
%36.81

CMYK Percentages of Color #f54cbb

%0
%69
%24
%4

Triadic Colors of #f54cbb

#f54cbb #bbf54c #4cbbf5

Analogous Colors of #f54cbb

#f54cbb #f54c67 #db4cf5

Monochromatic Colors of #f54cbb

#f54cbb

Complementary Color

#f54cbb #4cf586

#f54cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54cbb Color CSS Codes

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

#f54cbb Text Font Color

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

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


#f54cbb Background Color

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

This div background color is #f54cbb


#f54cbb Border Color

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

This div border color is #f54cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54cbb


Comments

No comments written yet.

Please login to write comment.