Color Hex Logo

#f54cbd Color Hex

#F54CBD
(245,76,189)
0 Favorites   0 Comments

Color spaces of #f54cbd

RGB 24576189
HSL0.890.890.63
HSV320°69°96°
CMYK 0.000.690.23   0.04
XYZ49.425928.255550.9929
Yxy28.25550.38410.2196
Hunter Lab53.155972.9516-19.6683
CIE-Lab60.118973.9780-24.0755

#f54cbd color RGB value is (245,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001100 10111101
Octal 365 114 275
Decimal 245 76 189
Hex F5 4C BD

RGB Percentages of Color #f54cbd

%48.04
%14.90
%37.06

CMYK Percentages of Color #f54cbd

%0
%69
%23
%4

Triadic Colors of #f54cbd

#f54cbd #bdf54c #4cbdf5

Analogous Colors of #f54cbd

#f54cbd #f54c69 #d94cf5

Monochromatic Colors of #f54cbd

#f54cbd

Complementary Color

#f54cbd #4cf584

#f54cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54cbd Color CSS Codes

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

#f54cbd Text Font Color

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

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


#f54cbd Background Color

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

This div background color is #f54cbd


#f54cbd Border Color

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

This div border color is #f54cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54cbd


Comments

No comments written yet.

Please login to write comment.