Color Hex Logo

#f890ea Color Hex

#F890EA
(248,144,234)
0 Favorites   0 Comments

Color spaces of #f890ea

RGB 248144234
HSL0.860.880.77
HSV308°42°97°
CMYK 0.000.420.06   0.03
XYZ63.535945.843583.3419
Yxy45.84350.32970.2379
Hunter Lab67.707849.0127-25.5849
CIE-Lab73.443951.6494-28.7359

#f890ea color RGB value is (248,144,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010000 11101010
Octal 370 220 352
Decimal 248 144 234
Hex F8 90 EA

RGB Percentages of Color #f890ea

%39.62
%23.00
%37.38

CMYK Percentages of Color #f890ea

%0
%42
%6
%3

Triadic Colors of #f890ea

#f890ea #eaf890 #90eaf8

Analogous Colors of #f890ea

#f890ea #f890b6 #d290f8

Monochromatic Colors of #f890ea

#f890ea

Complementary Color

#f890ea #90f89e

#f890ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f890ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f890ea Color CSS Codes

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

#f890ea Text Font Color

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

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


#f890ea Background Color

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

This div background color is #f890ea


#f890ea Border Color

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

This div border color is #f890ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f890ea


Comments

No comments written yet.

Please login to write comment.