Color Hex Logo

#f98cda Color Hex

#F98CDA
(249,140,218)
0 Favorites   0 Comments

Color spaces of #f98cda

RGB 249140218
HSL0.880.900.76
HSV317°44°98°
CMYK 0.000.440.12   0.02
XYZ61.099943.957971.5941
Yxy43.95790.34590.2488
Hunter Lab66.300848.4715-17.6131
CIE-Lab72.200351.3492-21.8449

#f98cda color RGB value is (249,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11011010
Octal 371 214 332
Decimal 249 140 218
Hex F9 8C DA

RGB Percentages of Color #f98cda

%41.02
%23.06
%35.91

CMYK Percentages of Color #f98cda

%0
%44
%12
%2

Triadic Colors of #f98cda

#f98cda #daf98c #8cdaf9

Analogous Colors of #f98cda

#f98cda #f98ca4 #e28cf9

Monochromatic Colors of #f98cda

#f98cda

Complementary Color

#f98cda #8cf9ab

#f98cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98cda Color CSS Codes

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

#f98cda Text Font Color

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

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


#f98cda Background Color

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

This div background color is #f98cda


#f98cda Border Color

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

This div border color is #f98cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,140,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 #f98cda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98cda


Comments

No comments written yet.

Please login to write comment.