Color Hex Logo

#f89cea Color Hex

#F89CEA
(248,156,234)
0 Favorites   0 Comments

Color spaces of #f89cea

RGB 248156234
HSL0.860.870.79
HSV309°37°97°
CMYK 0.000.370.06   0.03
XYZ65.451149.673983.9803
Yxy49.67390.32870.2495
Hunter Lab70.479742.4248-21.3114
CIE-Lab75.868745.5470-25.0211

#f89cea color RGB value is (248,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011100 11101010
Octal 370 234 352
Decimal 248 156 234
Hex F8 9C EA

RGB Percentages of Color #f89cea

%38.87
%24.45
%36.68

CMYK Percentages of Color #f89cea

%0
%37
%6
%3

Triadic Colors of #f89cea

#f89cea #eaf89c #9ceaf8

Analogous Colors of #f89cea

#f89cea #f89cbc #d89cf8

Monochromatic Colors of #f89cea

#f89cea

Complementary Color

#f89cea #9cf8aa

#f89cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89cea Color CSS Codes

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

#f89cea Text Font Color

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

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


#f89cea Background Color

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

This div background color is #f89cea


#f89cea Border Color

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

This div border color is #f89cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89cea

Related Colors


Comments

No comments written yet.

Please login to write comment.