Color Hex Logo

#f806ea Color Hex

#F806EA
(248,6,234)
0 Favorites   0 Comments

Color spaces of #f806ea

RGB 2486234
HSL0.840.950.50
HSV303°98°97°
CMYK 0.000.980.06   0.03
XYZ53.627826.027280.0392
Yxy26.02720.33580.1630
Hunter Lab51.016998.3558-57.3069
CIE-Lab58.062993.9257-52.8056

#f806ea color RGB value is (248,6,234).

#f806ea hex color red value is 248, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f806ea hue: 0.84 , saturation: 0.95 and the lightness value of f806ea is 0.50.

The process color (four color CMYK) of #f806ea color hex is 0.00, 0.98, 0.06, 0.03. Web safe color of #f806ea is #ff00ff. Color #f806ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 11101010
Octal 370 6 352
Decimal 248 6 234
Hex F8 6 EA

RGB Percentages of Color #f806ea

%50.82
%1.23
%47.95

CMYK Percentages of Color #f806ea

%0
%98
%6
%3

Triadic Colors of #f806ea

#f806ea #eaf806 #06eaf8

Analogous Colors of #f806ea

#f806ea #f80671 #8d06f8

Monochromatic Colors of #f806ea

#f806ea

Complementary Color

#f806ea #06f814

#f806ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f806ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f806ea Color CSS Codes

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

#f806ea Text Font Color

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

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


#f806ea Background Color

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

This div background color is #f806ea


#f806ea Border Color

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

This div border color is #f806ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f806ea


Comments

No comments written yet.

Please login to write comment.