Color Hex Logo

#f98ffd Color Hex

#F98FFD
(249,143,253)
0 Favorites   0 Comments

Color spaces of #f98ffd

RGB 249143253
HSL0.830.960.78
HSV298°43°99°
CMYK 0.020.430.00   0.01
XYZ66.619046.876598.4654
Yxy46.87650.31430.2212
Hunter Lab68.466453.8673-37.3418
CIE-Lab74.110755.7352-38.0433

#f98ffd color RGB value is (249,143,253).

#f98ffd hex color red value is 249, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f98ffd hue: 0.83 , saturation: 0.96 and the lightness value of f98ffd is 0.78.

The process color (four color CMYK) of #f98ffd color hex is 0.02, 0.43, 0.00, 0.01. Web safe color of #f98ffd is #ff99ff. Color #f98ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001111 11111101
Octal 371 217 375
Decimal 249 143 253
Hex F9 8F FD

RGB Percentages of Color #f98ffd

%38.60
%22.17
%39.22

CMYK Percentages of Color #f98ffd

%2
%43
%0
%1

Triadic Colors of #f98ffd

#f98ffd #fdf98f #8ffdf9

Analogous Colors of #f98ffd

#f98ffd #fd8fca #c28ffd

Monochromatic Colors of #f98ffd

#f98ffd

Complementary Color

#f98ffd #93fd8f

#f98ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ffd Color CSS Codes

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

#f98ffd Text Font Color

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

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


#f98ffd Background Color

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

This div background color is #f98ffd


#f98ffd Border Color

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

This div border color is #f98ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.