Color Hex Logo

#f51dfe Color Hex

#F51DFE
(245,29,254)
0 Favorites   0 Comments

Color spaces of #f51dfe

RGB 24529254
HSL0.830.990.55
HSV298°89°100°
CMYK 0.040.890.00   0.00
XYZ55.984927.447096.1130
Yxy27.44700.31180.1529
Hunter Lab52.389999.0664-72.0988
CIE-Lab59.385894.1900-61.8784

#f51dfe color RGB value is (245,29,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011101 11111110
Octal 365 35 376
Decimal 245 29 254
Hex F5 1D FE

RGB Percentages of Color #f51dfe

%46.40
%5.49
%48.11

CMYK Percentages of Color #f51dfe

%4
%89
%0
%0

Triadic Colors of #f51dfe

#f51dfe #fef51d #1dfef5

Analogous Colors of #f51dfe

#f51dfe #fe1d97 #851dfe

Monochromatic Colors of #f51dfe

#f51dfe

Complementary Color

#f51dfe #26fe1d

#f51dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51dfe Color CSS Codes

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

#f51dfe Text Font Color

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

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


#f51dfe Background Color

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

This div background color is #f51dfe


#f51dfe Border Color

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

This div border color is #f51dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51dfe


Comments

No comments written yet.

Please login to write comment.