Color Hex Logo

#f81cab Color Hex

#F81CAB
(248,28,171)
0 Favorites   0 Comments

Color spaces of #f81cab

RGB 24828171
HSL0.890.940.54
HSV321°89°97°
CMYK 0.000.890.31   0.03
XYZ46.477323.727240.6583
Yxy23.72720.41920.2140
Hunter Lab48.710685.0727-15.3915
CIE-Lab55.813684.3750-20.2046

#f81cab color RGB value is (248,28,171).

#f81cab hex color red value is 248, green value is 28 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f81cab hue: 0.89 , saturation: 0.94 and the lightness value of f81cab is 0.54.

The process color (four color CMYK) of #f81cab color hex is 0.00, 0.89, 0.31, 0.03. Web safe color of #f81cab is #ff3399. Color #f81cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011100 10101011
Octal 370 34 253
Decimal 248 28 171
Hex F8 1C AB

RGB Percentages of Color #f81cab

%55.48
%6.26
%38.26

CMYK Percentages of Color #f81cab

%0
%89
%31
%3

Triadic Colors of #f81cab

#f81cab #abf81c #1cabf8

Analogous Colors of #f81cab

#f81cab #f81c3d #d71cf8

Monochromatic Colors of #f81cab

#f81cab

Complementary Color

#f81cab #1cf869

#f81cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81cab Color CSS Codes

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

#f81cab Text Font Color

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

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


#f81cab Background Color

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

This div background color is #f81cab


#f81cab Border Color

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

This div border color is #f81cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81cab


Comments

No comments written yet.

Please login to write comment.