Color Hex Logo

#f98ceb Color Hex

#F98CEB
(249,140,235)
0 Favorites   0 Comments

Color spaces of #f98ceb

RGB 249140235
HSL0.850.900.76
HSV308°44°98°
CMYK 0.000.440.06   0.02
XYZ63.440444.894183.9190
Yxy44.89410.33000.2335
Hunter Lab67.003151.7535-27.3565
CIE-Lab72.822154.1103-30.2292

#f98ceb color RGB value is (249,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11101011
Octal 371 214 353
Decimal 249 140 235
Hex F9 8C EB

RGB Percentages of Color #f98ceb

%39.90
%22.44
%37.66

CMYK Percentages of Color #f98ceb

%0
%44
%6
%2

Triadic Colors of #f98ceb

#f98ceb #ebf98c #8cebf9

Analogous Colors of #f98ceb

#f98ceb #f98cb5 #d18cf9

Monochromatic Colors of #f98ceb

#f98ceb

Complementary Color

#f98ceb #8cf99a

#f98ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ceb Color CSS Codes

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

#f98ceb Text Font Color

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

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


#f98ceb Background Color

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

This div background color is #f98ceb


#f98ceb Border Color

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

This div border color is #f98ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ceb


Comments

No comments written yet.

Please login to write comment.