Color Hex Logo

#f98bca Color Hex

#F98BCA
(249,139,202)
0 Favorites   0 Comments

Color spaces of #f98bca

RGB 249139202
HSL0.900.900.76
HSV326°44°98°
CMYK 0.000.440.19   0.02
XYZ58.960242.869261.0442
Yxy42.86920.36200.2632
Hunter Lab65.474646.1597-9.4459
CIE-Lab71.466149.4168-14.1106

#f98bca color RGB value is (249,139,202).

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

The process color (four color CMYK) of #f98bca color hex is 0.00, 0.44, 0.19, 0.02. Web safe color of #f98bca is #ff99cc. Color #f98bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001011 11001010
Octal 371 213 312
Decimal 249 139 202
Hex F9 8B CA

RGB Percentages of Color #f98bca

%42.20
%23.56
%34.24

CMYK Percentages of Color #f98bca

%0
%44
%19
%2

Triadic Colors of #f98bca

#f98bca #caf98b #8bcaf9

Analogous Colors of #f98bca

#f98bca #f98b93 #f18bf9

Monochromatic Colors of #f98bca

#f98bca

Complementary Color

#f98bca #8bf9ba

#f98bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98bca Color CSS Codes

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

#f98bca Text Font Color

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

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


#f98bca Background Color

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

This div background color is #f98bca


#f98bca Border Color

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

This div border color is #f98bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98bca


Comments

No comments written yet.

Please login to write comment.