Color Hex Logo

#f31bab Color Hex

#F31BAB
(243,27,171)
0 Favorites   0 Comments

Color spaces of #f31bab

RGB 24327171
HSL0.890.900.53
HSV320°89°95°
CMYK 0.000.890.30   0.05
XYZ44.704822.778840.5686
Yxy22.77880.41370.2108
Hunter Lab47.727183.6739-16.9882
CIE-Lab54.843883.4828-21.7708

#f31bab color RGB value is (243,27,171).

#f31bab hex color red value is 243, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f31bab hue: 0.89 , saturation: 0.90 and the lightness value of f31bab is 0.53.

The process color (four color CMYK) of #f31bab color hex is 0.00, 0.89, 0.30, 0.05. Web safe color of #f31bab is #ff3399. Color #f31bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011011 10101011
Octal 363 33 253
Decimal 243 27 171
Hex F3 1B AB

RGB Percentages of Color #f31bab

%55.10
%6.12
%38.78

CMYK Percentages of Color #f31bab

%0
%89
%30
%5

Triadic Colors of #f31bab

#f31bab #abf31b #1babf3

Analogous Colors of #f31bab

#f31bab #f31b3f #cf1bf3

Monochromatic Colors of #f31bab

#f31bab

Complementary Color

#f31bab #1bf363

#f31bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31bab Color CSS Codes

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

#f31bab Text Font Color

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

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


#f31bab Background Color

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

This div background color is #f31bab


#f31bab Border Color

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

This div border color is #f31bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31bab


Comments

No comments written yet.

Please login to write comment.