Color Hex Logo

#f51fdb Color Hex

#F51FDB
(245,31,219)
0 Favorites   0 Comments

Color spaces of #f51fdb

RGB 24531219
HSL0.850.910.54
HSV307°87°96°
CMYK 0.000.870.11   0.04
XYZ50.932425.506969.2567
Yxy25.50690.34960.1751
Hunter Lab50.504491.6302-45.9514
CIE-Lab57.566089.0259-45.1629

#f51fdb color RGB value is (245,31,219).

#f51fdb hex color red value is 245, green value is 31 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f51fdb hue: 0.85 , saturation: 0.91 and the lightness value of f51fdb is 0.54.

The process color (four color CMYK) of #f51fdb color hex is 0.00, 0.87, 0.11, 0.04. Web safe color of #f51fdb is #ff33cc. Color #f51fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011111 11011011
Octal 365 37 333
Decimal 245 31 219
Hex F5 1F DB

RGB Percentages of Color #f51fdb

%49.49
%6.26
%44.24

CMYK Percentages of Color #f51fdb

%0
%87
%11
%4

Triadic Colors of #f51fdb

#f51fdb #dbf51f #1fdbf5

Analogous Colors of #f51fdb

#f51fdb #f51f70 #a41ff5

Monochromatic Colors of #f51fdb

#f51fdb

Complementary Color

#f51fdb #1ff539

#f51fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51fdb Color CSS Codes

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

#f51fdb Text Font Color

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

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


#f51fdb Background Color

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

This div background color is #f51fdb


#f51fdb Border Color

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

This div border color is #f51fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,31,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 #f51fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51fdb


Comments

No comments written yet.

Please login to write comment.