Color Hex Logo

#f95cab Color Hex

#F95CAB
(249,92,171)
0 Favorites   0 Comments

Color spaces of #f95cab

RGB 24992171
HSL0.920.930.67
HSV330°63°98°
CMYK 0.000.630.31   0.02
XYZ50.244830.734341.8122
Yxy30.73430.40920.2503
Hunter Lab55.438564.7599-5.9100
CIE-Lab62.282766.8595-10.4008

#f95cab color RGB value is (249,92,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011100 10101011
Octal 371 134 253
Decimal 249 92 171
Hex F9 5C AB

RGB Percentages of Color #f95cab

%48.63
%17.97
%33.40

CMYK Percentages of Color #f95cab

%0
%63
%31
%2

Triadic Colors of #f95cab

#f95cab #abf95c #5cabf9

Analogous Colors of #f95cab

#f95cab #f95c5d #f95cf9

Monochromatic Colors of #f95cab

#f95cab

Complementary Color

#f95cab #5cf9aa

#f95cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95cab Color CSS Codes

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

#f95cab Text Font Color

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

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


#f95cab Background Color

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

This div background color is #f95cab


#f95cab Border Color

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

This div border color is #f95cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95cab


Comments

No comments written yet.

Please login to write comment.