Color Hex Logo

#f95dab Color Hex

#F95DAB
(249,93,171)
0 Favorites   0 Comments

Color spaces of #f95dab

RGB 24993171
HSL0.920.930.67
HSV330°63°98°
CMYK 0.000.630.31   0.02
XYZ50.332030.908741.8413
Yxy30.90870.40890.2511
Hunter Lab55.595664.3080-5.7048
CIE-Lab62.430566.4563-10.1797

#f95dab color RGB value is (249,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 10101011
Octal 371 135 253
Decimal 249 93 171
Hex F9 5D AB

RGB Percentages of Color #f95dab

%48.54
%18.13
%33.33

CMYK Percentages of Color #f95dab

%0
%63
%31
%2

Triadic Colors of #f95dab

#f95dab #abf95d #5dabf9

Analogous Colors of #f95dab

#f95dab #f95d5d #f95df9

Monochromatic Colors of #f95dab

#f95dab

Complementary Color

#f95dab #5df9ab

#f95dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dab Color CSS Codes

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

#f95dab Text Font Color

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

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


#f95dab Background Color

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

This div background color is #f95dab


#f95dab Border Color

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

This div border color is #f95dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dab


Comments

No comments written yet.

Please login to write comment.