Color Hex Logo

#f51cfe Color Hex

#F51CFE
(245,28,254)
0 Favorites   0 Comments

Color spaces of #f51cfe

RGB 24528254
HSL0.830.990.55
HSV298°89°100°
CMYK 0.040.890.00   0.00
XYZ55.960827.398796.1050
Yxy27.39870.31180.1527
Hunter Lab52.343899.2330-72.2179
CIE-Lab59.341694.3205-61.9493

#f51cfe color RGB value is (245,28,254).

#f51cfe hex color red value is 245, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f51cfe hue: 0.83 , saturation: 0.99 and the lightness value of f51cfe is 0.55.

The process color (four color CMYK) of #f51cfe color hex is 0.04, 0.89, 0.00, 0.00. Web safe color of #f51cfe is #ff33ff. Color #f51cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011100 11111110
Octal 365 34 376
Decimal 245 28 254
Hex F5 1C FE

RGB Percentages of Color #f51cfe

%46.49
%5.31
%48.20

CMYK Percentages of Color #f51cfe

%4
%89
%0
%0

Triadic Colors of #f51cfe

#f51cfe #fef51c #1cfef5

Analogous Colors of #f51cfe

#f51cfe #fe1c96 #841cfe

Monochromatic Colors of #f51cfe

#f51cfe

Complementary Color

#f51cfe #25fe1c

#f51cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51cfe Color CSS Codes

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

#f51cfe Text Font Color

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

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


#f51cfe Background Color

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

This div background color is #f51cfe


#f51cfe Border Color

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

This div border color is #f51cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.