Color Hex Logo

#f95eac Color Hex

#F95EAC
(249,94,172)
0 Favorites   0 Comments

Color spaces of #f95eac

RGB 24994172
HSL0.920.930.67
HSV330°62°98°
CMYK 0.000.620.31   0.02
XYZ50.516031.123742.3747
Yxy31.12370.40730.2510
Hunter Lab55.788663.9998-5.9822
CIE-Lab62.611966.1666-10.4822

#f95eac color RGB value is (249,94,172).

#f95eac hex color red value is 249, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f95eac hue: 0.92 , saturation: 0.93 and the lightness value of f95eac is 0.67.

The process color (four color CMYK) of #f95eac color hex is 0.00, 0.62, 0.31, 0.02. Web safe color of #f95eac is #ff6699. Color #f95eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 10101100
Octal 371 136 254
Decimal 249 94 172
Hex F9 5E AC

RGB Percentages of Color #f95eac

%48.35
%18.25
%33.40

CMYK Percentages of Color #f95eac

%0
%62
%31
%2

Triadic Colors of #f95eac

#f95eac #acf95e #5eacf9

Analogous Colors of #f95eac

#f95eac #f95e5e #f95ef9

Monochromatic Colors of #f95eac

#f95eac

Complementary Color

#f95eac #5ef9ab

#f95eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95eac Color CSS Codes

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

#f95eac Text Font Color

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

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


#f95eac Background Color

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

This div background color is #f95eac


#f95eac Border Color

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

This div border color is #f95eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95eac


Comments

No comments written yet.

Please login to write comment.