Color Hex Logo

#f808ec Color Hex

#F808EC
(248,8,236)
0 Favorites   0 Comments

Color spaces of #f808ec

RGB 2488236
HSL0.840.940.50
HSV303°97°97°
CMYK 0.000.970.05   0.03
XYZ53.938626.186381.5685
Yxy26.18630.33360.1620
Hunter Lab51.172698.5966-58.6868
CIE-Lab58.213594.0732-53.6882

#f808ec color RGB value is (248,8,236).

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

The process color (four color CMYK) of #f808ec color hex is 0.00, 0.97, 0.05, 0.03. Web safe color of #f808ec is #ff00ff. Color #f808ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 11101100
Octal 370 10 354
Decimal 248 8 236
Hex F8 8 EC

RGB Percentages of Color #f808ec

%50.41
%1.63
%47.97

CMYK Percentages of Color #f808ec

%0
%97
%5
%3

Triadic Colors of #f808ec

#f808ec #ecf808 #08ecf8

Analogous Colors of #f808ec

#f808ec #f80874 #8c08f8

Monochromatic Colors of #f808ec

#f808ec

Complementary Color

#f808ec #08f814

#f808ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808ec Color CSS Codes

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

#f808ec Text Font Color

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

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


#f808ec Background Color

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

This div background color is #f808ec


#f808ec Border Color

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

This div border color is #f808ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808ec


Comments

No comments written yet.

Please login to write comment.