Color Hex Logo

#f816ef Color Hex

#F816EF
(248,22,239)
0 Favorites   0 Comments

Color spaces of #f816ef

RGB 24822239
HSL0.840.940.53
HSV302°91°97°
CMYK 0.000.910.04   0.03
XYZ54.578326.762383.9504
Yxy26.76230.33020.1619
Hunter Lab51.732397.7885-60.0023
CIE-Lab58.753793.3748-54.5080

#f816ef color RGB value is (248,22,239).

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

The process color (four color CMYK) of #f816ef color hex is 0.00, 0.91, 0.04, 0.03. Web safe color of #f816ef is #ff00ff. Color #f816ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010110 11101111
Octal 370 26 357
Decimal 248 22 239
Hex F8 16 EF

RGB Percentages of Color #f816ef

%48.72
%4.32
%46.95

CMYK Percentages of Color #f816ef

%0
%91
%4
%3

Triadic Colors of #f816ef

#f816ef #eff816 #16eff8

Analogous Colors of #f816ef

#f816ef #f8167e #9016f8

Monochromatic Colors of #f816ef

#f816ef

Complementary Color

#f816ef #16f81f

#f816ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f816ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f816ef Color CSS Codes

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

#f816ef Text Font Color

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

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


#f816ef Background Color

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

This div background color is #f816ef


#f816ef Border Color

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

This div border color is #f816ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f816ef


Comments

No comments written yet.

Please login to write comment.