Color Hex Logo

#f806da Color Hex

#F806DA
(248,6,218)
0 Favorites   0 Comments

Color spaces of #f806da

RGB 2486218
HSL0.850.950.50
HSV307°98°97°
CMYK 0.000.980.12   0.03
XYZ51.431425.148768.4731
Yxy25.14870.35460.1734
Hunter Lab50.148595.3066-45.8511
CIE-Lab57.220091.8393-45.1083

#f806da color RGB value is (248,6,218).

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

The process color (four color CMYK) of #f806da color hex is 0.00, 0.98, 0.12, 0.03. Web safe color of #f806da is #ff00cc. Color #f806da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 11011010
Octal 370 6 332
Decimal 248 6 218
Hex F8 6 DA

RGB Percentages of Color #f806da

%52.54
%1.27
%46.19

CMYK Percentages of Color #f806da

%0
%98
%12
%3

Triadic Colors of #f806da

#f806da #daf806 #06daf8

Analogous Colors of #f806da

#f806da #f80661 #9d06f8

Monochromatic Colors of #f806da

#f806da

Complementary Color

#f806da #06f824

#f806da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f806da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f806da Color CSS Codes

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

#f806da Text Font Color

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

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


#f806da Background Color

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

This div background color is #f806da


#f806da Border Color

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

This div border color is #f806da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f806da


Comments

No comments written yet.

Please login to write comment.