Color Hex Logo

#f808ce Color Hex

#F808CE
(248,8,206)
0 Favorites   0 Comments

Color spaces of #f808ce

RGB 2488206
HSL0.860.940.50
HSV311°97°97°
CMYK 0.000.970.17   0.03
XYZ49.938824.586460.5061
Yxy24.58640.36980.1821
Hunter Lab49.584793.0016-37.6398
CIE-Lab56.670290.2290-39.1348

#f808ce color RGB value is (248,8,206).

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

The process color (four color CMYK) of #f808ce color hex is 0.00, 0.97, 0.17, 0.03. Web safe color of #f808ce is #ff00cc. Color #f808ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 11001110
Octal 370 10 316
Decimal 248 8 206
Hex F8 8 CE

RGB Percentages of Color #f808ce

%53.68
%1.73
%44.59

CMYK Percentages of Color #f808ce

%0
%97
%17
%3

Triadic Colors of #f808ce

#f808ce #cef808 #08cef8

Analogous Colors of #f808ce

#f808ce #f80856 #aa08f8

Monochromatic Colors of #f808ce

#f808ce

Complementary Color

#f808ce #08f832

#f808ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808ce Color CSS Codes

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

#f808ce Text Font Color

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

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


#f808ce Background Color

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

This div background color is #f808ce


#f808ce Border Color

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

This div border color is #f808ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808ce


Comments

No comments written yet.

Please login to write comment.