Color Hex Logo

#f511fe Color Hex

#F511FE
(245,17,254)
0 Favorites   0 Comments

Color spaces of #f511fe

RGB 24517254
HSL0.830.990.53
HSV298°93°100°
CMYK 0.040.930.00   0.00
XYZ55.746026.969196.0334
Yxy26.96910.31190.1509
Hunter Lab51.9318100.7296-73.2881
CIE-Lab58.945795.4899-62.5842

#f511fe color RGB value is (245,17,254).

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

The process color (four color CMYK) of #f511fe color hex is 0.04, 0.93, 0.00, 0.00. Web safe color of #f511fe is #ff00ff. Color #f511fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010001 11111110
Octal 365 21 376
Decimal 245 17 254
Hex F5 11 FE

RGB Percentages of Color #f511fe

%47.48
%3.29
%49.22

CMYK Percentages of Color #f511fe

%4
%93
%0
%0

Triadic Colors of #f511fe

#f511fe #fef511 #11fef5

Analogous Colors of #f511fe

#f511fe #fe1191 #7f11fe

Monochromatic Colors of #f511fe

#f511fe

Complementary Color

#f511fe #1afe11

#f511fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f511fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f511fe Color CSS Codes

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

#f511fe Text Font Color

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

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


#f511fe Background Color

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

This div background color is #f511fe


#f511fe Border Color

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

This div border color is #f511fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f511fe


Comments

No comments written yet.

Please login to write comment.