Color Hex Logo

#f51efb Color Hex

#F51EFB
(245,30,251)
0 Favorites   0 Comments

Color spaces of #f51efb

RGB 24530251
HSL0.830.970.55
HSV298°88°98°
CMYK 0.020.880.00   0.02
XYZ55.533027.306193.6105
Yxy27.30610.31470.1548
Hunter Lab52.255298.2499-69.6340
CIE-Lab59.256693.6162-60.4214

#f51efb color RGB value is (245,30,251).

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

The process color (four color CMYK) of #f51efb color hex is 0.02, 0.88, 0.00, 0.02. Web safe color of #f51efb is #ff33ff. Color #f51efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011110 11111011
Octal 365 36 373
Decimal 245 30 251
Hex F5 1E FB

RGB Percentages of Color #f51efb

%46.58
%5.70
%47.72

CMYK Percentages of Color #f51efb

%2
%88
%0
%2

Triadic Colors of #f51efb

#f51efb #fbf51e #1efbf5

Analogous Colors of #f51efb

#f51efb #fb1e93 #871efb

Monochromatic Colors of #f51efb

#f51efb

Complementary Color

#f51efb #24fb1e

#f51efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51efb Color CSS Codes

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

#f51efb Text Font Color

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

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


#f51efb Background Color

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

This div background color is #f51efb


#f51efb Border Color

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

This div border color is #f51efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51efb


Comments

No comments written yet.

Please login to write comment.