Color Hex Logo

#f81ebd Color Hex

#F81EBD
(248,30,189)
0 Favorites   0 Comments

Color spaces of #f81ebd

RGB 24830189
HSL0.880.940.55
HSV316°88°97°
CMYK 0.000.880.24   0.03
XYZ48.361024.559150.3356
Yxy24.55910.39240.1993
Hunter Lab49.557187.4666-25.5314
CIE-Lab56.643386.0503-29.3977

#f81ebd color RGB value is (248,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011110 10111101
Octal 370 36 275
Decimal 248 30 189
Hex F8 1E BD

RGB Percentages of Color #f81ebd

%53.10
%6.42
%40.47

CMYK Percentages of Color #f81ebd

%0
%88
%24
%3

Triadic Colors of #f81ebd

#f81ebd #bdf81e #1ebdf8

Analogous Colors of #f81ebd

#f81ebd #f81e50 #c61ef8

Monochromatic Colors of #f81ebd

#f81ebd

Complementary Color

#f81ebd #1ef859

#f81ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81ebd Color CSS Codes

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

#f81ebd Text Font Color

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

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


#f81ebd Background Color

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

This div background color is #f81ebd


#f81ebd Border Color

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

This div border color is #f81ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81ebd


Comments

No comments written yet.

Please login to write comment.