color codes Logo

#f54d8d color codes

#F54D8D
(245,77,141)
0 Favorites   0 Comments

Color spaces of #f54d8d

RGB 24577141
HSL0.940.890.63
HSV337°69°96°
CMYK 0.000.690.42   0.04
XYZ45.117826.643327.9640
Yxy26.64330.45240.2672
Hunter Lab51.617165.69424.0112
CIE-Lab58.642768.30191.5658

#f54d8d color RGB value is (245,77,141).

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

The process color (four color CMYK) of #f54d8d color code is 0.00, 0.69, 0.42, 0.04. Web safe color of #f54d8d is #ff6699. Color #f54d8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001101 10001101
Octal 365 115 215
Decimal 245 77 141
Hex F5 4D 8D

RGB Percentages of Color #f54d8d

%52.92
%16.63
%30.45

CMYK Percentages of Color #f54d8d

%0
%69
%42
%4

Triadic Colors of #f54d8d

#f54d8d #8df54d #4d8df5

Analogous Colors of #f54d8d

#f54d8d #f5614d #f54de1

Monochromatic Colors of #f54d8d

#f54d8d

Complementary Color

#f54d8d #4df5b5

#f54d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54d8d Color CSS Codes

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

#f54d8d Text Font Color

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

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


#f54d8d Background Color

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

This div background color is #f54d8d


#f54d8d Border Color

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

This div border color is #f54d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54d8d


Comments

No comments written yet.

Please login to write comment.