Color Hex Logo

#f17efb Color Hex

#F17EFB
(241,126,251)
0 Favorites   0 Comments

Color spaces of #f17efb

RGB 241126251
HSL0.820.940.74
HSV295°50°98°
CMYK 0.040.500.00   0.02
XYZ61.149140.587595.8781
Yxy40.58750.30940.2054
Hunter Lab63.708359.8399-44.6329
CIE-Lab69.885961.4408-43.6183

#f17efb color RGB value is (241,126,251).

#f17efb hex color red value is 241, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f17efb hue: 0.82 , saturation: 0.94 and the lightness value of f17efb is 0.74.

The process color (four color CMYK) of #f17efb color hex is 0.04, 0.50, 0.00, 0.02. Web safe color of #f17efb is #ff66ff. Color #f17efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111110 11111011
Octal 361 176 373
Decimal 241 126 251
Hex F1 7E FB

RGB Percentages of Color #f17efb

%39.00
%20.39
%40.61

CMYK Percentages of Color #f17efb

%4
%50
%0
%2

Triadic Colors of #f17efb

#f17efb #fbf17e #7efbf1

Analogous Colors of #f17efb

#f17efb #fb7ec7 #b37efb

Monochromatic Colors of #f17efb

#f17efb

Complementary Color

#f17efb #88fb7e

#f17efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17efb Color CSS Codes

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

#f17efb Text Font Color

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

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


#f17efb Background Color

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

This div background color is #f17efb


#f17efb Border Color

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

This div border color is #f17efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17efb


Comments

No comments written yet.

Please login to write comment.