Color Hex Logo

#f95bab Color Hex

#F95BAB
(249,91,171)
0 Favorites   0 Comments

Color spaces of #f95bab

RGB 24991171
HSL0.920.930.67
HSV330°63°98°
CMYK 0.000.630.31   0.02
XYZ50.158730.562241.7835
Yxy30.56220.40940.2495
Hunter Lab55.283165.2088-6.1138
CIE-Lab62.136367.2595-10.6199

#f95bab color RGB value is (249,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 10101011
Octal 371 133 253
Decimal 249 91 171
Hex F9 5B AB

RGB Percentages of Color #f95bab

%48.73
%17.81
%33.46

CMYK Percentages of Color #f95bab

%0
%63
%31
%2

Triadic Colors of #f95bab

#f95bab #abf95b #5babf9

Analogous Colors of #f95bab

#f95bab #f95b5c #f85bf9

Monochromatic Colors of #f95bab

#f95bab

Complementary Color

#f95bab #5bf9a9

#f95bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95bab Color CSS Codes

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

#f95bab Text Font Color

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

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


#f95bab Background Color

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

This div background color is #f95bab


#f95bab Border Color

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

This div border color is #f95bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95bab


Comments

No comments written yet.

Please login to write comment.