Color Hex Logo

#f54cbf Color Hex

#F54CBF
(245,76,191)
0 Favorites   0 Comments

Color spaces of #f54cbf

RGB 24576191
HSL0.890.890.63
HSV319°69°96°
CMYK 0.000.690.22   0.04
XYZ49.644628.342952.1444
Yxy28.34290.38150.2178
Hunter Lab53.238173.2851-20.8054
CIE-Lab60.197374.2322-25.1007

#f54cbf color RGB value is (245,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001100 10111111
Octal 365 114 277
Decimal 245 76 191
Hex F5 4C BF

RGB Percentages of Color #f54cbf

%47.85
%14.84
%37.30

CMYK Percentages of Color #f54cbf

%0
%69
%22
%4

Triadic Colors of #f54cbf

#f54cbf #bff54c #4cbff5

Analogous Colors of #f54cbf

#f54cbf #f54c6b #d74cf5

Monochromatic Colors of #f54cbf

#f54cbf

Complementary Color

#f54cbf #4cf582

#f54cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54cbf Color CSS Codes

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

#f54cbf Text Font Color

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

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


#f54cbf Background Color

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

This div background color is #f54cbf


#f54cbf Border Color

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

This div border color is #f54cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54cbf

Related Colors


Comments

No comments written yet.

Please login to write comment.