Color Hex Logo

#f98aea Color Hex

#F98AEA
(249,138,234)
0 Favorites   0 Comments

Color spaces of #f98aea

RGB 249138234
HSL0.860.900.76
HSV308°45°98°
CMYK 0.000.450.06   0.02
XYZ63.006744.257283.0636
Yxy44.25720.33100.2325
Hunter Lab66.526152.6363-27.4605
CIE-Lab72.400154.9314-30.3317

#f98aea color RGB value is (249,138,234).

#f98aea hex color red value is 249, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f98aea hue: 0.86 , saturation: 0.90 and the lightness value of f98aea is 0.76.

The process color (four color CMYK) of #f98aea color hex is 0.00, 0.45, 0.06, 0.02. Web safe color of #f98aea is #ff99ff. Color #f98aea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11101010
Octal 371 212 352
Decimal 249 138 234
Hex F9 8A EA

RGB Percentages of Color #f98aea

%40.10
%22.22
%37.68

CMYK Percentages of Color #f98aea

%0
%45
%6
%2

Triadic Colors of #f98aea

#f98aea #eaf98a #8aeaf9

Analogous Colors of #f98aea

#f98aea #f98ab3 #d18af9

Monochromatic Colors of #f98aea

#f98aea

Complementary Color

#f98aea #8af999

#f98aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98aea Color CSS Codes

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

#f98aea Text Font Color

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

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


#f98aea Background Color

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

This div background color is #f98aea


#f98aea Border Color

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

This div border color is #f98aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98aea

Related Colors


Comments

No comments written yet.

Please login to write comment.