Color Hex Logo

#f54fdb Color Hex

#F54FDB
(245,79,219)
0 Favorites   0 Comments

Color spaces of #f54fdb

RGB 24579219
HSL0.860.890.64
HSV309°68°96°
CMYK 0.000.680.11   0.04
XYZ53.238430.118970.0254
Yxy30.11890.34710.1964
Hunter Lab54.880777.1172-37.2350
CIE-Lab61.756777.0016-38.5716

#f54fdb color RGB value is (245,79,219).

#f54fdb hex color red value is 245, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f54fdb hue: 0.86 , saturation: 0.89 and the lightness value of f54fdb is 0.64.

The process color (four color CMYK) of #f54fdb color hex is 0.00, 0.68, 0.11, 0.04. Web safe color of #f54fdb is #ff66cc. Color #f54fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001111 11011011
Octal 365 117 333
Decimal 245 79 219
Hex F5 4F DB

RGB Percentages of Color #f54fdb

%45.12
%14.55
%40.33

CMYK Percentages of Color #f54fdb

%0
%68
%11
%4

Triadic Colors of #f54fdb

#f54fdb #dbf54f #4fdbf5

Analogous Colors of #f54fdb

#f54fdb #f54f88 #bc4ff5

Monochromatic Colors of #f54fdb

#f54fdb

Complementary Color

#f54fdb #4ff569

#f54fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54fdb Color CSS Codes

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

#f54fdb Text Font Color

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

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


#f54fdb Background Color

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

This div background color is #f54fdb


#f54fdb Border Color

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

This div border color is #f54fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54fdb


Comments

No comments written yet.

Please login to write comment.