Color Hex Logo

#f54def Color Hex

#F54DEF
(245,77,239)
0 Favorites   0 Comments

Color spaces of #f54def

RGB 24577239
HSL0.840.890.63
HSV302°69°96°
CMYK 0.000.690.02   0.04
XYZ55.890130.952284.6900
Yxy30.95220.32580.1804
Hunter Lab55.634781.9587-51.3100
CIE-Lab62.467380.6711-48.6422

#f54def color RGB value is (245,77,239).

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

The process color (four color CMYK) of #f54def color hex is 0.00, 0.69, 0.02, 0.04. Web safe color of #f54def is #ff66ff. Color #f54def contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001101 11101111
Octal 365 115 357
Decimal 245 77 239
Hex F5 4D EF

RGB Percentages of Color #f54def

%43.67
%13.73
%42.60

CMYK Percentages of Color #f54def

%0
%69
%2
%4

Triadic Colors of #f54def

#f54def #eff54d #4deff5

Analogous Colors of #f54def

#f54def #f54d9b #a74df5

Monochromatic Colors of #f54def

#f54def

Complementary Color

#f54def #4df553

#f54def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54def Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54def Color CSS Codes

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

#f54def Text Font Color

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

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


#f54def Background Color

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

This div background color is #f54def


#f54def Border Color

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

This div border color is #f54def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54def

Related Colors


Comments

No comments written yet.

Please login to write comment.