Color Hex Logo

#f98adc Color Hex

#F98ADC
(249,138,220)
0 Favorites   0 Comments

Color spaces of #f98adc

RGB 249138220
HSL0.880.900.76
HSV316°45°98°
CMYK 0.000.450.12   0.02
XYZ61.073743.484072.8845
Yxy43.48400.34420.2451
Hunter Lab65.942449.9217-19.3721
CIE-Lab71.882252.6586-23.4320

#f98adc color RGB value is (249,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11011100
Octal 371 212 334
Decimal 249 138 220
Hex F9 8A DC

RGB Percentages of Color #f98adc

%41.02
%22.73
%36.24

CMYK Percentages of Color #f98adc

%0
%45
%12
%2

Triadic Colors of #f98adc

#f98adc #dcf98a #8adcf9

Analogous Colors of #f98adc

#f98adc #f98aa5 #df8af9

Monochromatic Colors of #f98adc

#f98adc

Complementary Color

#f98adc #8af9a7

#f98adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98adc Color CSS Codes

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

#f98adc Text Font Color

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

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


#f98adc Background Color

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

This div background color is #f98adc


#f98adc Border Color

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

This div border color is #f98adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98adc


Comments

No comments written yet.

Please login to write comment.