Color Hex Logo

#f95cac Color Hex

#F95CAC
(249,92,172)
0 Favorites   0 Comments

Color spaces of #f95cac

RGB 24992172
HSL0.920.930.67
HSV329°63°98°
CMYK 0.000.630.31   0.02
XYZ50.340530.772642.3162
Yxy30.77260.40780.2493
Hunter Lab55.473164.9067-6.3967
CIE-Lab62.315266.9760-10.9265

#f95cac color RGB value is (249,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011100 10101100
Octal 371 134 254
Decimal 249 92 172
Hex F9 5C AC

RGB Percentages of Color #f95cac

%48.54
%17.93
%33.53

CMYK Percentages of Color #f95cac

%0
%63
%31
%2

Triadic Colors of #f95cac

#f95cac #acf95c #5cacf9

Analogous Colors of #f95cac

#f95cac #f95c5d #f85cf9

Monochromatic Colors of #f95cac

#f95cac

Complementary Color

#f95cac #5cf9a9

#f95cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95cac Color CSS Codes

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

#f95cac Text Font Color

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

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


#f95cac Background Color

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

This div background color is #f95cac


#f95cac Border Color

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

This div border color is #f95cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95cac


Comments

No comments written yet.

Please login to write comment.