Color Hex Logo

#f894ff Color Hex

#F894FF
(248,148,255)
0 Favorites   0 Comments

Color spaces of #f894ff

RGB 248148255
HSL0.821.000.79
HSV296°42°100°
CMYK 0.030.420.00   0.00
XYZ67.351348.3563100.3916
Yxy48.35630.31170.2238
Hunter Lab69.538751.1924-36.9187
CIE-Lab75.049153.3119-37.6784

#f894ff color RGB value is (248,148,255).

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

The process color (four color CMYK) of #f894ff color hex is 0.03, 0.42, 0.00, 0.00. Web safe color of #f894ff is #ff99ff. Color #f894ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010100 11111111
Octal 370 224 377
Decimal 248 148 255
Hex F8 94 FF

RGB Percentages of Color #f894ff

%38.10
%22.73
%39.17

CMYK Percentages of Color #f894ff

%3
%42
%0
%0

Triadic Colors of #f894ff

#f894ff #fff894 #94fff8

Analogous Colors of #f894ff

#f894ff #ff94d1 #c394ff

Monochromatic Colors of #f894ff

#f894ff

Complementary Color

#f894ff #9bff94

#f894ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f894ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f894ff Color CSS Codes

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

#f894ff Text Font Color

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

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


#f894ff Background Color

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

This div background color is #f894ff


#f894ff Border Color

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

This div border color is #f894ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,148,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f894ff

Related Colors


Comments

No comments written yet.

Please login to write comment.