Color Hex Logo

#f893fe Color Hex

#F893FE
(248,147,254)
0 Favorites   0 Comments

Color spaces of #f893fe

RGB 248147254
HSL0.820.980.79
HSV297°42°100°
CMYK 0.020.420.00   0.00
XYZ67.034547.979799.4938
Yxy47.97970.31250.2237
Hunter Lab69.267451.5280-36.6754
CIE-Lab74.812153.6333-37.5049

#f893fe color RGB value is (248,147,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010011 11111110
Octal 370 223 376
Decimal 248 147 254
Hex F8 93 FE

RGB Percentages of Color #f893fe

%38.21
%22.65
%39.14

CMYK Percentages of Color #f893fe

%2
%42
%0
%0

Triadic Colors of #f893fe

#f893fe #fef893 #93fef8

Analogous Colors of #f893fe

#f893fe #fe93cf #c393fe

Monochromatic Colors of #f893fe

#f893fe

Complementary Color

#f893fe #99fe93

#f893fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f893fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f893fe Color CSS Codes

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

#f893fe Text Font Color

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

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


#f893fe Background Color

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

This div background color is #f893fe


#f893fe Border Color

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

This div border color is #f893fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f893fe

Related Colors


Comments

No comments written yet.

Please login to write comment.