Color Hex Logo

#f81ebb Color Hex

#F81EBB
(248,30,187)
0 Favorites   0 Comments

Color spaces of #f81ebb

RGB 24830187
HSL0.880.940.55
HSV317°88°97°
CMYK 0.000.880.25   0.03
XYZ48.145324.472949.1999
Yxy24.47290.39520.2009
Hunter Lab49.470187.1472-24.3371
CIE-Lab56.558285.8227-28.3725

#f81ebb color RGB value is (248,30,187).

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

The process color (four color CMYK) of #f81ebb color hex is 0.00, 0.88, 0.25, 0.03. Web safe color of #f81ebb is #ff33cc. Color #f81ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011110 10111011
Octal 370 36 273
Decimal 248 30 187
Hex F8 1E BB

RGB Percentages of Color #f81ebb

%53.33
%6.45
%40.22

CMYK Percentages of Color #f81ebb

%0
%88
%25
%3

Triadic Colors of #f81ebb

#f81ebb #bbf81e #1ebbf8

Analogous Colors of #f81ebb

#f81ebb #f81e4e #c81ef8

Monochromatic Colors of #f81ebb

#f81ebb

Complementary Color

#f81ebb #1ef85b

#f81ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81ebb Color CSS Codes

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

#f81ebb Text Font Color

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

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


#f81ebb Background Color

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

This div background color is #f81ebb


#f81ebb Border Color

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

This div border color is #f81ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81ebb


Comments

No comments written yet.

Please login to write comment.