Color Hex Logo

#f51fec Color Hex

#F51FEC
(245,31,236)
0 Favorites   0 Comments

Color spaces of #f51fec

RGB 24531236
HSL0.840.910.54
HSV303°87°96°
CMYK 0.000.870.04   0.04
XYZ53.286526.448681.6535
Yxy26.44860.33020.1639
Hunter Lab51.428294.9505-58.1361
CIE-Lab58.460491.3337-53.3255

#f51fec color RGB value is (245,31,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011111 11101100
Octal 365 37 354
Decimal 245 31 236
Hex F5 1F EC

RGB Percentages of Color #f51fec

%47.85
%6.05
%46.09

CMYK Percentages of Color #f51fec

%0
%87
%4
%4

Triadic Colors of #f51fec

#f51fec #ecf51f #1fecf5

Analogous Colors of #f51fec

#f51fec #f51f81 #931ff5

Monochromatic Colors of #f51fec

#f51fec

Complementary Color

#f51fec #1ff528

#f51fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51fec Color CSS Codes

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

#f51fec Text Font Color

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

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


#f51fec Background Color

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

This div background color is #f51fec


#f51fec Border Color

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

This div border color is #f51fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51fec


Comments

No comments written yet.

Please login to write comment.