Color Hex Logo

#f81def Color Hex

#F81DEF
(248,29,239)
0 Favorites   0 Comments

Color spaces of #f81def

RGB 24829239
HSL0.840.940.54
HSV302°88°97°
CMYK 0.000.880.04   0.03
XYZ54.730827.067284.0012
Yxy27.06720.33010.1633
Hunter Lab52.026196.7338-59.3111
CIE-Lab59.036592.5425-54.0574

#f81def color RGB value is (248,29,239).

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

The process color (four color CMYK) of #f81def color hex is 0.00, 0.88, 0.04, 0.03. Web safe color of #f81def is #ff33ff. Color #f81def contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011101 11101111
Octal 370 35 357
Decimal 248 29 239
Hex F8 1D EF

RGB Percentages of Color #f81def

%48.06
%5.62
%46.32

CMYK Percentages of Color #f81def

%0
%88
%4
%3

Triadic Colors of #f81def

#f81def #eff81d #1deff8

Analogous Colors of #f81def

#f81def #f81d82 #941df8

Monochromatic Colors of #f81def

#f81def

Complementary Color

#f81def #1df826

#f81def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81def Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81def Color CSS Codes

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

#f81def Text Font Color

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

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


#f81def Background Color

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

This div background color is #f81def


#f81def Border Color

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

This div border color is #f81def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81def


Comments

No comments written yet.

Please login to write comment.