Color Hex Logo

#f891ea Color Hex

#F891EA
(248,145,234)
0 Favorites   0 Comments

Color spaces of #f891ea

RGB 248145234
HSL0.860.880.77
HSV308°42°97°
CMYK 0.000.420.06   0.03
XYZ63.688146.147883.3926
Yxy46.14780.32960.2388
Hunter Lab67.932248.4669-25.2311
CIE-Lab73.641351.1471-28.4325

#f891ea color RGB value is (248,145,234).

#f891ea hex color red value is 248, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f891ea hue: 0.86 , saturation: 0.88 and the lightness value of f891ea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 11101010
Octal 370 221 352
Decimal 248 145 234
Hex F8 91 EA

RGB Percentages of Color #f891ea

%39.55
%23.13
%37.32

CMYK Percentages of Color #f891ea

%0
%42
%6
%3

Triadic Colors of #f891ea

#f891ea #eaf891 #91eaf8

Analogous Colors of #f891ea

#f891ea #f891b7 #d391f8

Monochromatic Colors of #f891ea

#f891ea

Complementary Color

#f891ea #91f89f

#f891ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f891ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f891ea Color CSS Codes

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

#f891ea Text Font Color

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

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


#f891ea Background Color

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

This div background color is #f891ea


#f891ea Border Color

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

This div border color is #f891ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f891ea


Comments

No comments written yet.

Please login to write comment.