Color Hex Logo

#f81bbe Color Hex

#F81BBE
(248,27,190)
0 Favorites   0 Comments

Color spaces of #f81bbe

RGB 24827190
HSL0.880.940.54
HSV316°89°97°
CMYK 0.000.890.23   0.03
XYZ48.397624.458050.8852
Yxy24.45800.39110.1977
Hunter Lab49.455088.1371-26.3861
CIE-Lab56.543586.5812-30.1306

#f81bbe color RGB value is (248,27,190).

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

The process color (four color CMYK) of #f81bbe color hex is 0.00, 0.89, 0.23, 0.03. Web safe color of #f81bbe is #ff33cc. Color #f81bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011011 10111110
Octal 370 33 276
Decimal 248 27 190
Hex F8 1B BE

RGB Percentages of Color #f81bbe

%53.33
%5.81
%40.86

CMYK Percentages of Color #f81bbe

%0
%89
%23
%3

Triadic Colors of #f81bbe

#f81bbe #bef81b #1bbef8

Analogous Colors of #f81bbe

#f81bbe #f81b4f #c41bf8

Monochromatic Colors of #f81bbe

#f81bbe

Complementary Color

#f81bbe #1bf855

#f81bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81bbe Color CSS Codes

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

#f81bbe Text Font Color

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

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


#f81bbe Background Color

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

This div background color is #f81bbe


#f81bbe Border Color

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

This div border color is #f81bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,27,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81bbe

Related Colors


Comments

No comments written yet.

Please login to write comment.