Color Hex Logo

#f81edf Color Hex

#F81EDF
(248,30,223)
0 Favorites   0 Comments

Color spaces of #f81edf

RGB 24830223
HSL0.850.940.55
HSV307°88°97°
CMYK 0.000.880.10   0.03
XYZ52.495026.212772.1048
Yxy26.21270.34810.1738
Hunter Lab51.198393.4236-47.6618
CIE-Lab58.238490.2392-46.3298

#f81edf color RGB value is (248,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011110 11011111
Octal 370 36 337
Decimal 248 30 223
Hex F8 1E DF

RGB Percentages of Color #f81edf

%49.50
%5.99
%44.51

CMYK Percentages of Color #f81edf

%0
%88
%10
%3

Triadic Colors of #f81edf

#f81edf #dff81e #1edff8

Analogous Colors of #f81edf

#f81edf #f81e72 #a41ef8

Monochromatic Colors of #f81edf

#f81edf

Complementary Color

#f81edf #1ef837

#f81edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81edf Color CSS Codes

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

#f81edf Text Font Color

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

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


#f81edf Background Color

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

This div background color is #f81edf


#f81edf Border Color

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

This div border color is #f81edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81edf

Related Colors


Comments

No comments written yet.

Please login to write comment.