Color Hex Logo

#f98ec3 Color Hex

#F98EC3
(249,142,195)
0 Favorites   0 Comments

Color spaces of #f98ec3

RGB 249142195
HSL0.920.900.77
HSV330°43°98°
CMYK 0.000.430.22   0.02
XYZ58.590243.425956.9237
Yxy43.42590.36860.2732
Hunter Lab65.898343.3823-5.0865
CIE-Lab71.843146.8980-9.6633

#f98ec3 color RGB value is (249,142,195).

#f98ec3 hex color red value is 249, green value is 142 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #f98ec3 hue: 0.92 , saturation: 0.90 and the lightness value of f98ec3 is 0.77.

The process color (four color CMYK) of #f98ec3 color hex is 0.00, 0.43, 0.22, 0.02. Web safe color of #f98ec3 is #ff99cc. Color #f98ec3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 11000011
Octal 371 216 303
Decimal 249 142 195
Hex F9 8E C3

RGB Percentages of Color #f98ec3

%42.49
%24.23
%33.28

CMYK Percentages of Color #f98ec3

%0
%43
%22
%2

Triadic Colors of #f98ec3

#f98ec3 #c3f98e #8ec3f9

Analogous Colors of #f98ec3

#f98ec3 #f98f8e #f98ef9

Monochromatic Colors of #f98ec3

#f98ec3

Complementary Color

#f98ec3 #8ef9c4

#f98ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ec3 Color CSS Codes

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

#f98ec3 Text Font Color

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

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


#f98ec3 Background Color

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

This div background color is #f98ec3


#f98ec3 Border Color

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

This div border color is #f98ec3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,142,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ec3


Comments

No comments written yet.

Please login to write comment.