Color Hex Logo

#f98ada Color Hex

#F98ADA
(249,138,218)
0 Favorites   0 Comments

Color spaces of #f98ada

RGB 249138218
HSL0.880.900.76
HSV317°45°98°
CMYK 0.000.450.12   0.02
XYZ60.810343.378771.4975
Yxy43.37870.34610.2469
Hunter Lab65.862549.5482-18.2589
CIE-Lab71.811352.3435-22.4375

#f98ada color RGB value is (249,138,218).

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

The process color (four color CMYK) of #f98ada color hex is 0.00, 0.45, 0.12, 0.02. Web safe color of #f98ada is #ff99cc. Color #f98ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11011010
Octal 371 212 332
Decimal 249 138 218
Hex F9 8A DA

RGB Percentages of Color #f98ada

%41.16
%22.81
%36.03

CMYK Percentages of Color #f98ada

%0
%45
%12
%2

Triadic Colors of #f98ada

#f98ada #daf98a #8adaf9

Analogous Colors of #f98ada

#f98ada #f98aa3 #e18af9

Monochromatic Colors of #f98ada

#f98ada

Complementary Color

#f98ada #8af9a9

#f98ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ada Color CSS Codes

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

#f98ada Text Font Color

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

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


#f98ada Background Color

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

This div background color is #f98ada


#f98ada Border Color

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

This div border color is #f98ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ada


Comments

No comments written yet.

Please login to write comment.