Color Hex Logo

#f896fe Color Hex

#F896FE
(248,150,254)
0 Favorites   0 Comments

Color spaces of #f896fe

RGB 248150254
HSL0.820.980.79
HSV297°41°100°
CMYK 0.020.410.00   0.00
XYZ67.507148.924999.6514
Yxy48.92490.31240.2264
Hunter Lab69.946349.8691-35.5071
CIE-Lab75.404652.1231-36.5859

#f896fe color RGB value is (248,150,254).

#f896fe hex color red value is 248, green value is 150 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f896fe hue: 0.82 , saturation: 0.98 and the lightness value of f896fe is 0.79.

The process color (four color CMYK) of #f896fe color hex is 0.02, 0.41, 0.00, 0.00. Web safe color of #f896fe is #ff99ff. Color #f896fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010110 11111110
Octal 370 226 376
Decimal 248 150 254
Hex F8 96 FE

RGB Percentages of Color #f896fe

%38.04
%23.01
%38.96

CMYK Percentages of Color #f896fe

%2
%41
%0
%0

Triadic Colors of #f896fe

#f896fe #fef896 #96fef8

Analogous Colors of #f896fe

#f896fe #fe96d0 #c496fe

Monochromatic Colors of #f896fe

#f896fe

Complementary Color

#f896fe #9cfe96

#f896fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f896fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f896fe Color CSS Codes

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

#f896fe Text Font Color

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

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


#f896fe Background Color

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

This div background color is #f896fe


#f896fe Border Color

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

This div border color is #f896fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f896fe

Related Colors


Comments

No comments written yet.

Please login to write comment.