Color Hex Logo

#f81cbe Color Hex

#F81CBE
(248,28,190)
0 Favorites   0 Comments

Color spaces of #f81cbe

RGB 24828190
HSL0.880.940.54
HSV316°89°97°
CMYK 0.000.890.23   0.03
XYZ48.420924.504750.8930
Yxy24.50470.39110.1979
Hunter Lab49.502287.9720-26.3042
CIE-Lab56.589686.4464-30.0589

#f81cbe color RGB value is (248,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011100 10111110
Octal 370 34 276
Decimal 248 28 190
Hex F8 1C BE

RGB Percentages of Color #f81cbe

%53.22
%6.01
%40.77

CMYK Percentages of Color #f81cbe

%0
%89
%23
%3

Triadic Colors of #f81cbe

#f81cbe #bef81c #1cbef8

Analogous Colors of #f81cbe

#f81cbe #f81c50 #c41cf8

Monochromatic Colors of #f81cbe

#f81cbe

Complementary Color

#f81cbe #1cf856

#f81cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81cbe Color CSS Codes

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

#f81cbe Text Font Color

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

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


#f81cbe Background Color

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

This div background color is #f81cbe


#f81cbe Border Color

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

This div border color is #f81cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81cbe


Comments

No comments written yet.

Please login to write comment.