Color Hex Logo

#f98ecd Color Hex

#F98ECD
(249,142,205)
0 Favorites   0 Comments

Color spaces of #f98ecd

RGB 249142205
HSL0.900.900.77
HSV325°43°98°
CMYK 0.000.430.18   0.02
XYZ59.759443.893563.0802
Yxy43.89350.35840.2633
Hunter Lab66.252245.0655-10.0748
CIE-Lab72.157348.3558-14.7324

#f98ecd color RGB value is (249,142,205).

#f98ecd hex color red value is 249, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f98ecd hue: 0.90 , saturation: 0.90 and the lightness value of f98ecd is 0.77.

The process color (four color CMYK) of #f98ecd color hex is 0.00, 0.43, 0.18, 0.02. Web safe color of #f98ecd is #ff99cc. Color #f98ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 11001101
Octal 371 216 315
Decimal 249 142 205
Hex F9 8E CD

RGB Percentages of Color #f98ecd

%41.78
%23.83
%34.40

CMYK Percentages of Color #f98ecd

%0
%43
%18
%2

Triadic Colors of #f98ecd

#f98ecd #cdf98e #8ecdf9

Analogous Colors of #f98ecd

#f98ecd #f98e98 #f08ef9

Monochromatic Colors of #f98ecd

#f98ecd

Complementary Color

#f98ecd #8ef9ba

#f98ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ecd Color CSS Codes

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

#f98ecd Text Font Color

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

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


#f98ecd Background Color

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

This div background color is #f98ecd


#f98ecd Border Color

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

This div border color is #f98ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ecd


Comments

No comments written yet.

Please login to write comment.